X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fif-1.cpp;h=3150cf9e6044c9a94a8f09f5b4bb19915b17647e;hp=e2993a5b675e5344ad2efc4a377616b89550f4b8;hb=031437896d0dc6cac70c16e5604b10f5aa4d0767;hpb=c481fbf2890e6e3a0a5479a9e53e685634ce411a diff --git a/src/if-1.cpp b/src/if-1.cpp index e2993a5..3150cf9 100644 --- a/src/if-1.cpp +++ b/src/if-1.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: if-1.cpp,v 1.5 2000/06/09 11:03:08 kevin Exp $ +** $Id: if-1.cpp,v 1.6 2000/06/13 16:20:31 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -49,7 +49,7 @@ static struct option my_options[] = void if1_usage (const char *program) { - fprintf(stdout, "if1_usage: %s infile outfile [OPTIONS]\n", kbasename(program)); + fprintf(stdout, "if1_usage: %s infile outfile [OPTIONS]\n", fileBasename(program)); fprintf(stdout, "Generate a IF file from a IF file\n"); fprintf(stdout, "\n"); fprintf(stdout, " --invert Invert image\n");