1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2024-12-16 10:21:15 +01:00

Porting issues.

This commit is contained in:
gyboth 2005-07-18 16:21:18 +00:00
parent 3bc355811b
commit d525d297a9

View File

@ -598,8 +598,6 @@ file_copy_file(const gchar *source_file, const gchar *dest_file)
{
gchar buf[SMALL];
printf("copy %s -> %s\n", source_file, dest_file);
if(os_is_unix)
sprintf(buf, "%s %s %s", const_str("string_fs_copy_file_command"),
source_file, dest_file);