VirtualBox

Changeset 8170 in vbox for trunk/src/libs/xpcom18a4


Ignore:
Timestamp:
Apr 18, 2008 5:52:25 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29880
Message:

Rebranding: replacing more innotek strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c

    r5502 r8170  
    120120
    121121/*
    122 ** Use the innotek Portable Runtime logging facility when
     122** Use the Incredibly Portable Runtime logging facility when
    123123** NSPR_LOG_FILE is set to "WinDebug". The default IPRT log instance
    124124** and the "default" log group will be used for logging.
     
    220220    const unsigned char *ub = (const unsigned char *)b;
    221221
    222     if( ((const char *)0 == a) || (const char *)0 == b ) 
     222    if( ((const char *)0 == a) || (const char *)0 == b )
    223223        return (PRIntn)(a-b);
    224224
     
    506506    nb = PR_snprintf(line, sizeof(line)-1, "%ld[%p]: ",
    507507#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
    509509              * pointer, but a structure; so you can't easily print it...
    510510              */
     
    522522#else
    523523        line[nb++] = '\015';
    524 #endif 
     524#endif
    525525        line[nb] = '\0';
    526526    } else {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette