Browse Source

ttcp: fix missing arg to fprintf

Jon Trulson 8 years ago
parent
commit
10742f3679
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cde/lib/tt/bin/shell/copier.C

+ 1 - 1
cde/lib/tt/bin/shell/copier.C

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