Changeset 1134 in MondoRescue for branches/stable/mondo/src/lib
- Timestamp:
- Feb 11, 2007, 12:14:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/lib/mr_msg.c
r1133 r1134 80 80 } 81 81 va_start(args,fmt); 82 if (vfprintf(fout, fmt, args , "\n") < 0) {82 if (vfprintf(fout, fmt, args) < 0) { 83 83 fprintf(stderr,"Unable to print to %s\n",mr_logfile); 84 84 } 85 fprintf(fout,"\n"); 85 86 va_end(args); 86 87
Note:
See TracChangeset
for help on using the changeset viewer.