Changeset 1780 for trunk/dll/defview.c
- Timestamp:
- Jun 28, 2014, 8:05:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/defview.c
r1773 r1780 30 30 02 Jan 12 GKY Completely rework ShowMultimedia to only test and try to open files with known multimedia extensions 31 31 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 32 33 33 34 ***********************************************************************/ … … 105 106 else { 106 107 ULONG cmp; 107 CHAR cmps[ 5];108 CHAR cmps[6]; 108 109 109 110 p = strrchr(filename, '.');
Note:
See TracChangeset
for help on using the changeset viewer.