X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fconvert.c;h=4ba23b514d45a6363ab6336c9a37dcd3daed63a6;hb=207dec6556d4642ce7223e243f08af3bbe8fd157;hp=555eefe0274c4300ecbdcab8da5b91c9e6c2c508;hpb=59bee7afb77216585b904bd20f17e71005e9778c;p=ypp-sc-tools.main.git diff --git a/yarrg/convert.c b/yarrg/convert.c index 555eefe..4ba23b5 100644 --- a/yarrg/convert.c +++ b/yarrg/convert.c @@ -94,7 +94,7 @@ static void run_analysis(void) { analyse(tf); if (o_flags & ff_upload) { - if (npages<=1) + if (o_flags & ff_singlepage) fatal("Recognition successful, but refusing to upload partial data\n" " (--single-page specified). Specify an output mode?"); } @@ -332,7 +332,7 @@ int main(int argc, char **argv) { o_serv_yarrg, o_flags & ff_use_yarrg); set_server("YPPSC_YARRG_PCTB", - "http://", "pctb.ilk.org" /*pctb.crabdance.com*/, + "http://", "pctb.crabdance.com", "pctb.ilk.org", o_serv_pctb, o_flags & ff_use_pctb);