Changeset 991


Ignore:
Timestamp:
09/15/06 16:06:36 (7 years ago)
Author:
perry
Message:

Fix a bug where trace_perror_output() didn't clear the output error flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/trace.c

    r952 r991  
    12931293                fprintf(stderr,"%s(%s): No error\n",buf,trace->uridata); 
    12941294        } 
     1295        trace->err.err_num = TRACE_ERR_NOERROR; /* "OK" */ 
     1296        trace->err.problem[0]='\0'; 
    12951297} 
    12961298 
Note: See TracChangeset for help on using the changeset viewer.