Changeset 2050 for trunk/src/kernel32/winres.cpp
- Timestamp:
- Dec 9, 1999, 8:08:29 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winres.cpp
r2032 r2050 1 /* $Id: winres.cpp,v 1.2 4 1999-12-09 00:52:21sandervl Exp $ */1 /* $Id: winres.cpp,v 1.25 1999-12-09 19:08:29 sandervl Exp $ */ 2 2 3 3 /* … … 80 80 if(type == NTRT_STRING) { 81 81 memcpy(winresdata, resdata, size); 82 ((USHORT *)winresdata)[size/sizeof(WCHAR)-1] = 0; 82 ((USHORT *)winresdata)[size/sizeof(WCHAR)] = 0; 83 // ((USHORT *)winresdata)[size/sizeof(WCHAR)-1] = 0; 83 84 } 84 85 else memcpy(winresdata, resdata, size);
Note:
See TracChangeset
for help on using the changeset viewer.