Changeset 8170 in vbox for trunk/src/libs/xpcom18a4
- Timestamp:
- Apr 18, 2008 5:52:25 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29880
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c
r5502 r8170 120 120 121 121 /* 122 ** Use the innotekPortable Runtime logging facility when122 ** Use the Incredibly Portable Runtime logging facility when 123 123 ** NSPR_LOG_FILE is set to "WinDebug". The default IPRT log instance 124 124 ** and the "default" log group will be used for logging. … … 220 220 const unsigned char *ub = (const unsigned char *)b; 221 221 222 if( ((const char *)0 == a) || (const char *)0 == b ) 222 if( ((const char *)0 == a) || (const char *)0 == b ) 223 223 return (PRIntn)(a-b); 224 224 … … 506 506 nb = PR_snprintf(line, sizeof(line)-1, "%ld[%p]: ", 507 507 #if defined(_PR_DCETHREADS) 508 /* The problem is that for _PR_DCETHREADS, pthread_t is not a 508 /* The problem is that for _PR_DCETHREADS, pthread_t is not a 509 509 * pointer, but a structure; so you can't easily print it... 510 510 */ … … 522 522 #else 523 523 line[nb++] = '\015'; 524 #endif 524 #endif 525 525 line[nb] = '\0'; 526 526 } else {
Note:
See TracChangeset
for help on using the changeset viewer.