- Timestamp:
- May 6, 2008 11:16:36 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformat.cpp
r8245 r8619 774 774 775 775 /* 776 * Nested extension .776 * Nested extensions. 777 777 */ 778 case 'N': 778 case 'M': /* replace the format string (not stacked yet). */ 779 { 780 pszStartOutput = pszFormat = va_arg(args, const char *); 781 AssertPtr(pszStartOutput); 782 break; 783 } 784 785 case 'N': /* real nesting. */ 779 786 { 780 787 const char *pszFormatNested = va_arg(args, const char *);
Note:
See TracChangeset
for help on using the changeset viewer.