Changeset 742 for trunk/lib/format_helper.c
- Timestamp:
- 04/25/06 21:53:01 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/format_helper.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/format_helper.c
r740 r742 235 235 va_list va; 236 236 va_start(va,msg); 237 assert(errcode != 0 && "An error occurred, but it is unknown what it is"); 237 238 trace->err.err_num=errcode; 238 239 if (errcode>0) { … … 257 258 va_list va; 258 259 va_start(va,msg); 260 assert(errcode != 0 && "An error occurred, but it is unknown what it is"); 259 261 trace->err.err_num=errcode; 260 262 if (errcode>0) {
Note: See TracChangeset
for help on using the changeset viewer.
