Changeset 247
- Timestamp:
- Jun 29, 1999, 7:24:40 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (1 diff)
-
src/kernel32/lang.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r244 r247 1 /* $Id: changelog,v 1.33 1999-06-29 15:54:12 sandervl Exp $ */ 1 /* $Id: changelog,v 1.34 1999-06-29 17:24:40 sandervl Exp $ */ 2 99-06-29: Patrick Haller <phaller@gmx.net> 3 - KERNEL32: GetLocaleInfoA bugfix (lang.cpp) 4 2 5 99-06-29: Przemysaw Dobrowolski <dobrawka@asua.org.pl> 3 6 - WINMM: Implemented most of the joystick apis -
trunk/src/kernel32/lang.cpp
r242 r247 1 /* $Id: lang.cpp,v 1. 8 1999-06-29 12:06:46sandervl Exp $ */1 /* $Id: lang.cpp,v 1.9 1999-06-29 17:23:47 sandervl Exp $ */ 2 2 3 3 /* … … 164 164 break; 165 165 } 166 *buf = 0;166 if(buf) *buf = 0; 167 167 return 1; 168 168 case LOCALE_S2359:
Note:
See TracChangeset
for help on using the changeset viewer.
