Changeset 1782 for trunk/dll/shadow.c
- Timestamp:
- Jun 28, 2014, 11:34:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/shadow.c
r1673 r1782 16 16 12 Jul 09 GKY Add xDosQueryAppType and xDosAlloc... to allow FM/2 to load in high memory 17 17 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; 18 19 19 20 ***********************************************************************/ … … 112 113 if (obj) { 113 114 sprintf(s2, 114 "%s%s%s OBJECTID=<FM2_%s>",115 "%s%s%s%sOBJECTID=<FM2_%s>", 115 116 objtitle, 116 117 (p == type[1]) ? "ICONFILE=" : NullStr,
Note:
See TracChangeset
for help on using the changeset viewer.