diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2017-07-02 21:03:29 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2017-07-02 21:03:29 +0000 |
commit | f8533bb42247761b6b28bdff208cf03289d2fc75 (patch) | |
tree | 1020437768c3029c4fc898c0b242784c1a4d3c71 /src/GridText.c | |
parent | 5600928a5398f5f67b7e0915021dddf3e56acc74 (diff) | |
download | lynx-snapshots-f8533bb42247761b6b28bdff208cf03289d2fc75.tar.gz |
snapshot of project "lynx", label v2-8-9dev_14e
Diffstat (limited to 'src/GridText.c')
-rw-r--r-- | src/GridText.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GridText.c b/src/GridText.c index a3abbe79..2738a26b 100644 --- a/src/GridText.c +++ b/src/GridText.c @@ -1,5 +1,5 @@ /* - * $LynxId: GridText.c,v 1.294 2017/02/11 00:50:00 tom Exp $ + * $LynxId: GridText.c,v 1.295 2017/07/02 20:01:22 tom Exp $ * * Character grid hypertext object * =============================== @@ -7886,7 +7886,7 @@ static int TrimmedLength(char *string) if (!HTisDocumentSource()) { int adjust = result; - unsigned ch; + int ch; while (adjust > 0) { ch = UCH(string[adjust - 1]); @@ -13212,7 +13212,7 @@ int HText_EditTextArea(LinkInfo * form_link) TextAnchor *start_anchor = NULL; BOOLEAN firstanchor = TRUE; - char ed_offset[10]; + char ed_offset[DigitsOf(int) + 3]; int start_line = 0; int entry_line = form_link->anchor_line_num; int orig_cnt = 0; |