Skip to content

Commit 020599d

Browse files
committed
update language of overwrite warning
1 parent d95c051 commit 020599d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctlrender/main.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ int main(int argc, const char **argv)
648648
}
649649
if (access(outputFile, F_OK) >= 0)
650650
{
651-
fprintf(stderr, "Can not overwrite the file '%s'.\n", outputFile);
651+
fprintf(stderr, "Output file '%s' already exists. Refusing to overwrite.\n", outputFile);
652652
exit(1);
653653
}
654654
actual_format.squish = noalpha;

0 commit comments

Comments
 (0)