Commit 00a9393c authored by dveditz%netscape.com's avatar dveditz%netscape.com
Browse files

makecopy silent unless actually copying

parent c93949e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
    }
@@ -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);
−32.5 KiB (4.5 KiB)

File changed.

No diff preview for this file type.