- Timestamp:
- Jul 2, 2009 8:32:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/src/io/prprf.c
r1 r21149 760 760 * on this feature. 761 761 */ 762 #ifdef VBOX 763 /* this is not expected so just ignore this flags */ 764 while (c == '#') 765 c = *fmt++; 766 #endif 762 767 while ((c == '-') || (c == '+') || (c == ' ') || (c == '0')) { 763 768 if (c == '-') flags |= FLAG_LEFT;
Note:
See TracChangeset
for help on using the changeset viewer.