Changeset 207 for trunk/dll/eas.c
- Timestamp:
- Jun 8, 2005, 8:00:32 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/eas.c
r193 r207 9 9 01 Aug 04 SHL Rework lstrip/rstrip usage 10 10 06 Jun 05 SHL Indent -i2 11 06 Jun 05 SHL Rework DisplayEAsProc for VAC3.65 compat 12 06 Jun 05 SHL Drop unused variables 11 13 12 14 ***********************************************************************/ … … 523 525 { 524 526 525 USHORT len, codepage, num, type; 526 CHAR *data, last = '\n', *linefeed = "\n"; 527 USHORT len, num, type; 528 CHAR *data; 529 CHAR last = '\n'; 530 const CHAR *linefeed = "\n"; 527 531 BOOL alltext; 528 532 IPT pos = 0L; … … 572 576 case EAT_MVST: 573 577 MLEclearall(WinWindowFromID(hwnd, EA_MLE)); 574 codepage = *(USHORT *) (info -> value +575 sizeof(USHORT));576 578 num = *(USHORT *) (info -> value + 577 579 (sizeof(USHORT) * 2)); … … 648 650 case EAT_MVMT: 649 651 MLEclearall(WinWindowFromID(hwnd, EA_MLE)); 650 codepage = *(USHORT *) (info -> value +651 sizeof(USHORT));652 652 num = *(USHORT *) (info -> value + 653 653 (sizeof(USHORT) * 2));
Note:
See TracChangeset
for help on using the changeset viewer.