about summary refs log tree commit diff stats
path: root/src/GridText.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2007-05-06 22:23:52 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2007-05-06 22:23:52 -0400
commit741e82fc69b69a3bfc14f33f33766a89cea4df42 (patch)
tree92830b34830f8ae07b251d96693c93392909d914 /src/GridText.c
parent9fa44396215d14644ecd5aa32c04327d4e6243a2 (diff)
downloadlynx-snapshots-741e82fc69b69a3bfc14f33f33766a89cea4df42.tar.gz
snapshot of project "lynx", label v2-8-7dev_4d
Diffstat (limited to 'src/GridText.c')
-rw-r--r--src/GridText.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GridText.c b/src/GridText.c
index fb455a71..4aa200f3 100644
--- a/src/GridText.c
+++ b/src/GridText.c
@@ -8035,7 +8035,7 @@ void print_crawl_to_fd(FILE *fp, char *thelink,
 	 * Add data.
 	 */
 	limit = TrimmedLength(line->data);
-	for (i = 0; limit; i++) {
+	for (i = 0; i < limit; i++) {
 	    int ch = UCH(line->data[i]);
 
 	    if (!IsSpecialAttrChar(ch)) {
1-13 05:51:27 +0100 committer hut <hut@lavabit.com> 2010-01-13 05:51:27 +0100 updated pydoc documentation' href='/akspecs/ranger/commit/doc/pydoc/ranger.__main__.html?h=v1.9.3&id=b3556b21e23eb3381b220e0d3319d94b3a89e0ac'>b3556b21 ^
62cd83ba ^






4c13e1f2 ^
















62cd83ba ^
4c13e1f2 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47