diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2015-12-16 01:54:03 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2015-12-16 01:54:03 -0500 |
commit | 70936d8b534d326e6b7bdde5d28fa839a6a33986 (patch) | |
tree | 3e4485f0d809e45e383dfb4d2db4621115be7b20 /src/GridText.c | |
parent | 769b6cceb3e3a602353f47b91c1214dd47455966 (diff) | |
download | lynx-snapshots-70936d8b534d326e6b7bdde5d28fa839a6a33986.tar.gz |
snapshot of project "lynx", label v2-8-9dev_6o
Diffstat (limited to 'src/GridText.c')
-rw-r--r-- | src/GridText.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/GridText.c b/src/GridText.c index b05aaf2f..810a38d2 100644 --- a/src/GridText.c +++ b/src/GridText.c @@ -1,5 +1,5 @@ /* - * $LynxId: GridText.c,v 1.286 2014/12/16 01:23:52 tom Exp $ + * $LynxId: GridText.c,v 1.287 2015/12/16 01:20:01 tom Exp $ * * Character grid hypertext object * =============================== @@ -8226,7 +8226,6 @@ void print_wwwfile_to_fd(FILE *fp, if (off2 >= 0 && off2 < cur->length) { temp_ptr = &(cur->value[off2]); - temp_len = 1; try_utf8 = temp_ptr; temp_chr = (int) UCGetUniFromUtf8String(&try_utf8); if (temp_chr > 127) { |