VirtualBox

Changeset 21149 in vbox for trunk


Ignore:
Timestamp:
Jul 2, 2009 8:32:38 AM (16 years ago)
Author:
vboxsync
Message:

xpcom: ignore the '#' flag in printf statements

File:
1 edited

Legend:

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

    r1 r21149  
    760760         * on this feature.
    761761         */
     762#ifdef VBOX
     763        /* this is not expected so just ignore this flags */
     764        while (c == '#')
     765            c = *fmt++;
     766#endif
    762767        while ((c == '-') || (c == '+') || (c == ' ') || (c == '0')) {
    763768            if (c == '-') flags |= FLAG_LEFT;
Note: See TracChangeset for help on using the changeset viewer.

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