From b17a376528224db513d3b9c3291a16687a7684d9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 10 Sep 2009 16:44:32 +0100 Subject: [PATCH] Do not spuriously refuse to upload from single-page commodity lists --- yarrg/convert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarrg/convert.c b/yarrg/convert.c index 555eefe..76a9a7a 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?"); } -- 2.30.2