Changeset 1616 for trunk/dll/autoview.c
- Timestamp:
- Aug 13, 2011, 8:32:14 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/dll/autoview.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/autoview.c
r1498 r1616 36 36 one or more miniapp but not to FM/2 37 37 17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *. 38 13 Aug 11 GKY Change to Doxygen comment format 38 39 39 40 ***********************************************************************/ … … 98 99 CHAR * data) 99 100 { 100 / * save an ea to disk */101 // save an ea to disk 101 102 102 103 FEA2LIST *pfealist = NULL; … … 236 237 break; 237 238 } 238 pfealist->list[0].cbValue = /*(ULONG)*/ (eaval - 239 (pfealist->list[0].szName + 239 pfealist->list[0].cbValue = (eaval - (pfealist->list[0].szName + 240 240 pfealist->list[0].cbName + 1)); 241 241 memset(&eaop, 0, sizeof(eaop)); … … 256 256 register CHAR *p; 257 257 258 if (comments) { / * check -- is it empty? */258 if (comments) { // check -- is it empty? 259 259 p = comments; 260 260 while (*p && isspace(*p)) … … 632 632 readonly = TRUE; 633 633 } 634 / * else EA not present */634 // else EA not present 635 635 MLEsetchanged(hwndAutoMLE, FALSE); 636 636 MLEsetreadonly(hwndAutoMLE, readonly);
Note:
See TracChangeset
for help on using the changeset viewer.
