Changeset 1120 for trunk/dll/defview.c
- Timestamp:
- Aug 26, 2008, 3:08:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/defview.c
r985 r1120 18 18 20 Dec 07 GKY Open jpg files with OS2 object default since image.exe fails 19 19 29 Feb 08 GKY Refactor global command line variables to notebook.h 20 25 Aug 08 GKY Check TMP directory space warn if lee than 5 MiB prevent archiver from opening if 21 less than 10 KiB (It hangs and can't be closed) 20 22 21 23 ***********************************************************************/ … … 304 306 } 305 307 306 if (ExecAssociation(hwnd, filename) == -1) { 308 if (ExecAssociation(hwnd, filename) == -1 && 309 CheckDriveSpaceAvail(ArcTempRoot, ullDATFileSpaceNeeded, ullTmpSpaceNeeded) != 2) { 307 310 hwndArc = StartArcCnr((fExternalArcboxes || !swp || 308 311 strcmp(realappname, FM3Str)) ?
Note:
See TracChangeset
for help on using the changeset viewer.