Changeset 1780 for trunk/dll/grep.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/grep.c

    r1707 r1780  
    4343  05 Aug 12 GKY Always sort "Find Dups" by filename in the collector.
    4444  08 Feb 14 SHL Support Ignore SVN option
     45  28 Jun 14 GKY Fix errors identified with CPPCheck
    4546
    4647***********************************************************************/
     
    445446    WinTerminate(ghab);
    446447  }
    447   if (!ghmq || !ghab)
     448  if (!ghab || !ghmq)
    448449    WinPostMsg(grep.hwndFiles, UM_CONTAINER_FILLED, MPVOID, MPVOID);
    449450  if (grep.dupehead)
Note: See TracChangeset for help on using the changeset viewer.