Loading config/makecopy.c +2 −2 Original line number Diff line number Diff line Loading @@ -106,6 +106,8 @@ int CopyIfNecessary(char *oldFile, char *newFile) } copy_file: printf("+++ makecopy: Installing %s into %s\n", oldFile, newFile); if( ! CopyFile(oldFile, newFile, FALSE) ) { return 1; } Loading Loading @@ -151,8 +153,6 @@ int main( int argc, char *argv[] ) return 1; } printf("+++ makecopy: Installing %s into directory %s\n", argv[1], argv[2]); do { strcpy(oldFileName, findFileData.cFileName); strcpy(newFileName, findFileData.cFileName); Loading config/makecopy.exe −32.5 KiB (4.5 KiB) File changed.No diff preview for this file type. View original file View changed file Loading
config/makecopy.c +2 −2 Original line number Diff line number Diff line Loading @@ -106,6 +106,8 @@ int CopyIfNecessary(char *oldFile, char *newFile) } copy_file: printf("+++ makecopy: Installing %s into %s\n", oldFile, newFile); if( ! CopyFile(oldFile, newFile, FALSE) ) { return 1; } Loading Loading @@ -151,8 +153,6 @@ int main( int argc, char *argv[] ) return 1; } printf("+++ makecopy: Installing %s into directory %s\n", argv[1], argv[2]); do { strcpy(oldFileName, findFileData.cFileName); strcpy(newFileName, findFileData.cFileName); Loading
config/makecopy.exe −32.5 KiB (4.5 KiB) File changed.No diff preview for this file type. View original file View changed file