1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

ttcp: fix missing arg to fprintf

This commit is contained in:
Jon Trulson 2015-12-18 09:55:20 -07:00
parent ced27aa1f6
commit 10742f3679

View file

@ -270,7 +270,7 @@ do_ttcp()
} else { } else {
fprintf( stderr, fprintf( stderr,
"%s: system(\"%s\"): %d\n", "%s: system(\"%s\"): %d\n",
(char *)_process_name, sys_status ); (char *)_process_name, (char *)cmd, sys_status );
return TT_ERR_INTERNAL; return TT_ERR_INTERNAL;
} }