Changeset 1780 for trunk/dll/misc.c


Ignore:
Timestamp:
Jun 28, 2014, 8:05:22 PM (11 years ago)
Author:
Gregg Young
Message:

Fixed errors found by cppcheck. Most had the potential to cause difficult to reproduce traps. Also fixed retry code for failure to create an archive work directory and the failure of the mailto code to drop trailing >.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/misc.c

    r1736 r1780  
    7171                xDosAlloc* wrappers.
    7272  12 Nov 11 GKY Fixed HelpViewer's failure to open help files and subsequent failure with files with spaces.
     73  28 Jun 14 GKY Fix errors identified with CPPCheck
    7374
    7475***********************************************************************/
     
    21402141  CHAR configsys[] = "C:\\CONFIG.SYS";
    21412142  static CHAR var[8192], beg[16384], end[16384];
    2142   BOOL warp;
     2143  BOOL warp = FALSE;
    21432144  FILE *fp;
    21442145  PFN DQELIBPATH = NULL;
Note: See TracChangeset for help on using the changeset viewer.