Changeset 662 in dev
- Timestamp:
- Jun 26, 2008, 8:53:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ab_common/src/ResourceManager/ResourceManager.cpp
r635 r662 28 28 } 29 29 i2=GetFileSize(hFile,NULL); 30 char *_buf = (char *)malloc(i2 +i2);30 char *_buf = (char *)malloc(i2*2+1); 31 31 ReadFile(hFile,_buf,i2,(DWORD *)&i3,NULL); 32 32 CloseHandle(hFile);
Note:
See TracChangeset
for help on using the changeset viewer.