Changeset 3034
- Timestamp:
- 12/17/07 14:21:16 (1 year ago)
- Files:
-
- trunk/tango/text/locale/Convert.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tango/text/locale/Convert.d
r3025 r3034 322 322 char[10] tmp; 323 323 324 if (format[0] is '%') 325 { 326 // specifiers for both standard format strings and custom ones 327 const char[] commonSpecs = "dmMsty"; 328 foreach (c; commonSpecs) 329 if (format[1] is c) 330 { 331 index += 1; 332 break; 333 } 334 } 335 324 336 while (index < format.length) 325 337 {












