X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsdf-2.c;h=89e9bf41f205f693335d8c0ef9324a9a9938fe7e;hb=c50886476dddf65aa71d519509b42f71303a149a;hp=4dc323fc169a347071c1a4f335abbb005de7f390;hpb=182997ba0074a9e2d0f1c9780ed3baef938f7aaa;p=ctsim.git diff --git a/src/sdf-2.c b/src/sdf-2.c index 4dc323f..89e9bf4 100644 --- a/src/sdf-2.c +++ b/src/sdf-2.c @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: sdf-2.c,v 1.2 2000/05/08 20:02:32 kevin Exp $ +** $Id: sdf-2.c,v 1.3 2000/05/11 01:06:30 kevin Exp $ ** $Log: sdf-2.c,v $ +** Revision 1.3 2000/05/11 01:06:30 kevin +** Changed sprintf to snprintf +** ** Revision 1.2 2000/05/08 20:02:32 kevin ** ANSI C changes ** @@ -59,7 +62,7 @@ usage (const char *program) fprintf(stdout, " --mul Multiply images\n"); fprintf(stdout, " --comp Compare images\n"); fprintf(stdout, " --verbose Verbose modem\n"); - fprintf(stdout," --version Print version\n"); + fprintf(stdout, " --version Print version\n"); fprintf(stdout, " --help Print this help message\n"); exit(1); }