Changeset 849
- Timestamp:
- 06/05/06 19:48:57 (7 years ago)
- File:
-
- 1 edited
-
trunk/tools/tracemerge/tracemerge.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/tracemerge/tracemerge.c
r848 r849 54 54 usage(argv[0]); 55 55 56 output=trace_create_output(argv[optind ]);56 output=trace_create_output(argv[optind++]); 57 57 if (trace_is_err_output(output)) { 58 trace_perror_output(output,"trace_create ");58 trace_perror_output(output,"trace_create_output"); 59 59 return 1; 60 60 } 61 61 if (trace_start_output(output)==-1) { 62 trace_perror_output(output,"trace_start ");62 trace_perror_output(output,"trace_start_output"); 63 63 return 1; 64 64 }
Note: See TracChangeset
for help on using the changeset viewer.
