From: Ian Jackson Date: Mon, 8 Jun 2009 13:19:34 +0000 (+0100) Subject: Die after recognition with --single-page --upload X-Git-Tag: 1.9.2~132 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=commitdiff_plain;h=663030807a054534cd545be2043ea30eedc4b3e6 Die after recognition with --single-page --upload --- diff --git a/pctb/convert.c b/pctb/convert.c index eb7536d..0114ea4 100644 --- a/pctb/convert.c +++ b/pctb/convert.c @@ -77,6 +77,10 @@ static void run_analysis(void) { progress("running recognition..."); analyse(tf); + if (o_single_page && !strcmp(o_outputmode,"upload")) + fatal("Recognition successful, but refusing to upload partial data\n" + " (--single-page specified). Specify an output mode?"); + sysassert( fseek(tf,0,SEEK_SET) == 0); progress_log("processing results (--%s)...", o_outputmode);