mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
Import cmdpad from oldpackages, add copyright, pkg info
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/src/parse.c
|
||||
+++ b/src/parse.c
|
||||
@@ -125,7 +125,7 @@ int readCommandLine( int argc, char *arg
|
||||
|
||||
d2printf( "command line command %s found\n", pchCommandTranslations[ iCmd+1]) ;
|
||||
|
||||
- vsnprintf( achCommand, sizeof( achCommand),
|
||||
+ snprintf( achCommand, sizeof( achCommand),
|
||||
pchCommandTranslations[ iCmd+1],
|
||||
&argv[ i+1]) ;
|
||||
|
||||
Reference in New Issue
Block a user