diff options
Diffstat (limited to 'getbnbook.c')
-rw-r--r-- | getbnbook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getbnbook.c b/getbnbook.c index 720605d..d6f06b8 100644 --- a/getbnbook.c +++ b/getbnbook.c @@ -39,7 +39,7 @@ int getpagelist() snprintf(url, URLMAX, "/DigBooks/viewer/bookviewmanager.aspx?op=getbookinfo&ean=%s", bookid); - if(!get("search2.barnesandnoble.com", url, NULL, cookies, &buf)) + if(!get("search2.barnesandnoble.com", url, cookies, NULL, &buf)) return 1; /* find page url structure */ |