Changeset 40386 in vbox for trunk/src/libs/xpcom18a4/nsprpub
- Timestamp:
- Mar 6, 2012 8:13:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/lib/libc/src/plerror.c
r1 r40386 134 134 135 135 if (NULL != msg) PR_fprintf(fd, "%s: ", msg); 136 if ((error < PR_NSPR_ERROR_BASE) || (error > lastError))136 if ((error < PR_NSPR_ERROR_BASE) || (error >= lastError)) 137 137 PR_fprintf( 138 138 fd, " (%d)OUT OF RANGE, oserror = %d\n", error, oserror);
Note:
See TracChangeset
for help on using the changeset viewer.