X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=pctb%2Fconvert.c;fp=pctb%2Fconvert.c;h=f3b87fea193de43d825417e706ec0ecad1175404;hp=950300b588d1cc7e1e7fe9afc5409f0c4084c8d2;hb=ef1a9d783f52a2d304e5872b6bb1f066621a5acf;hpb=e8489d4711c4cc773f6e5f315f3799027e824f91 diff --git a/pctb/convert.c b/pctb/convert.c index 950300b..f3b87fe 100644 --- a/pctb/convert.c +++ b/pctb/convert.c @@ -82,9 +82,6 @@ static void open_screenshot_file(const char *mode) { if (!screenshot_file) fatal("could not open screenshots file `%s': %s", o_screenshot_fn, strerror(errno)); - - if ((o_flags & ff_upload) && !(o_flags & ff_testservers)) - badusage("must not reuse screenshots for upload to live PCTB database"); } static void run_analysis(void) { @@ -300,6 +297,8 @@ int main(int argc, char **argv) { progress_log("OK for you to move the mouse now."); } if (o_mode & mf_readscreenshot) { + if ((o_flags & ff_upload) && !(o_flags & ff_testservers)) + badusage("must not reuse screenshots for upload to live PCTB database"); open_screenshot_file("r"); if (o_flags & ff_singlepage) read_one_screenshot(); else read_screenshots();