Changeset 766 for trunk/dll/seticon.c
- Timestamp:
- Aug 5, 2007, 10:21:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seticon.c
r574 r766 65 65 break; 66 66 else { 67 fseek(fp, 0 L, SEEK_END);67 fseek(fp, 0, SEEK_END); 68 68 icf.cbIconData = ftell(fp); 69 fseek(fp, 0 L, SEEK_SET);69 fseek(fp, 0, SEEK_SET); 70 70 buff = xmalloc(icf.cbIconData, pszSrcFile, __LINE__); 71 71 if (!buff) {
Note:
See TracChangeset
for help on using the changeset viewer.