Changeset 1115
- Timestamp:
- Aug 24, 2008, 8:14:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/dll/avv.c ¶
r1039 r1115 25 25 06 Jan 08 GKY Use NormalizeCmdLine to check program strings on entry 26 26 29 Feb 08 GKY Changes to enable user settable command line length 27 24 Aug 08 GKY Fix truncation of cmdline length to 3 characters is now MaxComLineStrg 27 28 28 29 ***********************************************************************/ … … 101 102 if (szCmdLine) { 102 103 xfree(pszDest, pszSrcFile, __LINE__); 103 WinQueryDlgItemText(hwnd, id, sizeof(szCmdLine), szCmdLine);104 WinQueryDlgItemText(hwnd, id, MaxComLineStrg, szCmdLine); 104 105 pszWorkBuf = xmalloc(MaxComLineStrg, pszSrcFile, __LINE__); 105 106 if (pszWorkBuf) { … … 235 236 fpOld = fopen(sz, "r"); // OK for file not to exist 236 237 } 237 238 if (CheckDriveSpaceAvail(archiverbb2, ullDATFileSpaceNeeded * 4, 0) == 2) //* 4 is because this file is larger than other .dat files 239 return; //already gave error msg 238 240 fpNew = fopen(archiverbb2, "w"); 239 241
Note:
See TracChangeset
for help on using the changeset viewer.