Changeset 1673 for trunk/dll/saveclip.c
- Timestamp:
- Dec 30, 2012, 7:51:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/saveclip.c
r1628 r1673 853 853 FILE_HIDDEN | FILE_SYSTEM, 854 854 &ffb4, sizeof(ffb4), &nm, FIL_QUERYEASIZEL)) { 855 / * load the object's Subject, if required */855 // load the object's Subject, if required 856 856 if (ffb4.cbList > 4) { 857 857 APIRET rc; … … 894 894 } 895 895 } 896 / * load the object's longname */896 // load the object's longname 897 897 if (ffb4.cbList > 4) { 898 898 APIRET rc;
Note:
See TracChangeset
for help on using the changeset viewer.