Changeset 42 for trunk/UQuotedPrintable.pas
- Timestamp:
- Dec 2, 2021, 12:18:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UQuotedPrintable.pas
r35 r42 21 21 function DecodeQuotedPrintable(Text: string): string; 22 22 var 23 O, Count, WS: Byte;23 O, Count, WS: Integer; 24 24 I: integer; 25 25 InBuf: array[0..Pred(MaxLine)] of Byte;
Note:
See TracChangeset
for help on using the changeset viewer.