From: Ian Jackson Date: Sat, 4 Jul 2009 19:55:17 +0000 (+0100) Subject: Change MAX_PAGES to 1000 X-Git-Tag: 1.9.2~13 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=commitdiff_plain;h=a3744513f4936abbab49275bebe24b9177a3e865;hp=8848415eea8db3c206dbc138732ff56ba51e83c6 Change MAX_PAGES to 1000 --- diff --git a/pctb/convert.h b/pctb/convert.h index 07c3a6f..b85d98d 100644 --- a/pctb/convert.h +++ b/pctb/convert.h @@ -128,7 +128,7 @@ void find_yppclient_window(void); void take_screenshots(void); void take_one_screenshot(void); -#define MAX_PAGES 100 +#define MAX_PAGES 1000 extern CanonImage *page_images[MAX_PAGES]; extern int npages;