You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
386 B

  1. --- a/src/parse.c
  2. +++ b/src/parse.c
  3. @@ -125,7 +125,7 @@ int readCommandLine( int argc, char *arg
  4. d2printf( "command line command %s found\n", pchCommandTranslations[ iCmd+1]) ;
  5. - vsnprintf( achCommand, sizeof( achCommand),
  6. + snprintf( achCommand, sizeof( achCommand),
  7. pchCommandTranslations[ iCmd+1],
  8. &argv[ i+1]) ;