summaryrefslogtreecommitdiff
path: root/getbnbook.c
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2012-04-21 15:48:37 +0100
committerNick White <git@njw.me.uk>2012-04-21 15:48:37 +0100
commit5c4aa011033ee1963e042a4d51d9eaa00216396b (patch)
tree7809b986f5f8e4218fb3e5173893bb4608a50e23 /getbnbook.c
parent587a1b745710d2058f0b804c8be87bc55d25419b (diff)
Revert most of 4bfac013 as it caused cookie failure
Diffstat (limited to 'getbnbook.c')
-rw-r--r--getbnbook.c2
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 */