summaryrefslogtreecommitdiff
path: root/getabook.c
diff options
context:
space:
mode:
Diffstat (limited to 'getabook.c')
-rw-r--r--getabook.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/getabook.c b/getabook.c
index 524fd20..0ad6944 100644
--- a/getabook.c
+++ b/getabook.c
@@ -64,7 +64,8 @@ int fillurls(char *buf) {
int getpagelist()
{
- char url[URLMAX], b[STRMAX] = "";
+ char url[URLMAX];
+ char b[STRMAX] = "";
char *buf = NULL;
char *s, *c;
int i;