about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTAAFile.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1996-11-30 10:18:30 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1996-11-30 10:18:30 -0500
commit6bd78b38830217fa268e678d9637116ec516bf0e (patch)
treeff28371a110a8035413ef3ded834a5e76ebb7fd0 /WWW/Library/Implementation/HTAAFile.c
parente087f6d44e87f489fcb3056e86319ebba4218156 (diff)
downloadlynx-snapshots-6bd78b38830217fa268e678d9637116ec516bf0e.tar.gz
snapshot of project "lynx", label v2_6_961130
Diffstat (limited to 'WWW/Library/Implementation/HTAAFile.c')
-rw-r--r--WWW/Library/Implementation/HTAAFile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTAAFile.c b/WWW/Library/Implementation/HTAAFile.c
index 15c2d547..a55b2f89 100644
--- a/WWW/Library/Implementation/HTAAFile.c
+++ b/WWW/Library/Implementation/HTAAFile.c
@@ -188,7 +188,7 @@ PUBLIC int HTAAFile_readList ARGS3(FILE *,	fp,
 				   int,		max_len)
 {
     char *item = NULL;
-    char terminator;
+    int terminator;
     int cnt = 0;
 
     do {