Overview
| Comment: | ofhttp: Fix compiling with Apple GCC 4.2.1 |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
431116c90698e330334dc0184784ce2f |
| User & Date: | js on 2020-09-27 02:12:44 |
| Other Links: | manifest | tags |
Context
|
2020-09-27
| ||
| 02:29 | tests: Fix compiling with Apple GCC 4.2.1 (check-in: 33bec58cf4 user: js tags: trunk) | |
| 02:12 | ofhttp: Fix compiling with Apple GCC 4.2.1 (check-in: 431116c906 user: js tags: trunk) | |
| 01:56 | Fix compiling for old Apple runtime (check-in: 877616edaf user: js tags: trunk) | |
Changes
Modified utils/ofhttp/OFHTTP.m from [d4c7821db4] to [cd147444d1].
| ︙ | |||
456 457 458 459 460 461 462 | 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 | - + - + - + |
[OFLocale addLanguageDirectory: @"PROGDIR:/share/ofhttp/lang"];
#endif
optionsParser = [OFOptionsParser parserWithOptions: options];
while ((option = [optionsParser nextOption]) != '\0') {
switch (option) {
case 'b':
|
| ︙ | |||
758 759 760 761 762 763 764 | 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 | - + | } _received += length; [_output writeBuffer: buffer length: length]; |
| ︙ | |||
936 937 938 939 940 941 942 | 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 | - + |
}
}
if (!_quiet) {
_progressBar = [[ProgressBar alloc]
initWithLength: _length
resumedFrom: _resumedFrom];
|
| ︙ |