Changeset 1046
- Timestamp:
- 11/10/07 19:42:39 (10 months ago)
- Files:
-
- trunk/mango/icu/UDateFormat.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/mango/icu/UDateFormat.d
r1045 r1046 181 181 this (Style time, Style date, inout ULocale locale, inout UTimeZone tz, UText pattern=null) 182 182 { 183 Error e;184 char* p;185 uint c;183 Error e; 184 wchar* p; 185 uint c; 186 186 187 187 if (pattern)
