Changeset 204 for trunk/dll/grep.c
- Timestamp:
- Jun 8, 2005, 7:57:53 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/grep.c
r163 r204 13 13 25 May 05 SHL Rework for ULONGLONG 14 14 25 May 05 SHL Rework for FillInRecordFromFFB 15 06 Jun 05 SHL Drop unused code 15 16 16 17 ***********************************************************************/ … … 595 596 dcd = INSTDATA(grep->hwndFiles); 596 597 for(x = 0; grep->insertffb[x]; x++) { 597 ULONGLONG ullBytes;598 598 FillInRecordFromFFB(grep->hwndFiles, 599 599 pci, … … 741 741 742 742 HOLDFEA *head,*info; 743 USHORT codepage,num,type,len;743 USHORT type,len; 744 744 BOOL alltext; 745 745 CHAR *data,temp; … … 764 764 break; 765 765 case EAT_MVST: 766 codepage = *(USHORT *)(info->value + sizeof(USHORT));767 num = *(USHORT *)(info->value + (sizeof(USHORT) * 2));768 766 type = *(USHORT *)(info->value + (sizeof(USHORT) * 3)); 769 767 if(type == EAT_ASCII) { … … 797 795 break; 798 796 case EAT_MVMT: 799 codepage = *(USHORT *)(info->value + sizeof(USHORT));800 num = *(USHORT *)(info->value + (sizeof(USHORT) * 2));801 797 data = info->value + (sizeof(USHORT) * 3); 802 798 type = *(USHORT *)data;
Note:
See TracChangeset
for help on using the changeset viewer.