Changeset 1782 for trunk/dll/shadow.c


Ignore:
Timestamp:
Jun 28, 2014, 11:34:01 PM (11 years ago)
Author:
Gregg Young
Message:

Addition code issues found based on cppcheck warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/shadow.c

    r1673 r1782  
    1616  12 Jul 09 GKY Add xDosQueryAppType and xDosAlloc... to allow FM/2 to load in high memory
    1717  17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *.
     18  28 Jun 14 GKY Fix errors identified with CPPCheck;
    1819
    1920***********************************************************************/
     
    112113  if (obj) {
    113114    sprintf(s2,
    114             "%s%s%sOBJECTID=<FM2_%s>",
     115            "%s%s%s%sOBJECTID=<FM2_%s>",
    115116            objtitle,
    116117            (p == type[1]) ? "ICONFILE=" : NullStr,
Note: See TracChangeset for help on using the changeset viewer.