diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-10-26 02:02:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-10-26 02:02:00 -0400 |
commit | c1952848faf6fbf653063a2d0e24d3b7db6b1d16 (patch) | |
tree | a3b85579ffe8df5cb4cc00966951209be729be96 /src | |
parent | 5b28849589e7577a222685852b8601a1e7568726 (diff) | |
download | lynx-snapshots-c1952848faf6fbf653063a2d0e24d3b7db6b1d16.tar.gz |
snapshot of project "lynx", label v2-8-4dev_13
Diffstat (limited to 'src')
-rw-r--r-- | src/LYOptions.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/LYOptions.c b/src/LYOptions.c index 2894fe62..ffc62382 100644 --- a/src/LYOptions.c +++ b/src/LYOptions.c @@ -2901,10 +2901,12 @@ PUBLIC int postoptions ARGS1( } /* Show Transfer Rate: enumerated value */ +#ifdef EXP_READPROGRESS if (!strcmp(data[i].tag, show_rate_string) && GetOptValues(rate_values, data[i].value, &code)) { LYTransferRate = code; } +#endif /* Preferred Document Character Set: INPUT */ if (!strcmp(data[i].tag, preferred_doc_char_string)) { |