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

    r1773 r1780  
    3030  02 Jan 12 GKY Completely rework ShowMultimedia to only test and try to open files with known multimedia extensions
    3131                This fixes some traps in GBM.DLL and PMCTLS.DLL; mmioIdentifyFile appears to pretty much be broken.
     32  28 Jun 14 GKY Fix errors identified with CPPCheck
    3233
    3334***********************************************************************/
     
    105106  else {
    106107    ULONG cmp;
    107     CHAR cmps[5];
     108    CHAR cmps[6];
    108109
    109110    p = strrchr(filename, '.');
Note: See TracChangeset for help on using the changeset viewer.