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:
parent
ced27aa1f6
commit
10742f3679
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue