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=950300b588d1cc7e1e7fe9afc5409f0c4084c8d2;hp=6f40f94cd0c5cc7d1772a1d4cee9d78047b5539c;hb=f84da177dd7e293fdc30e095af232cca5d40d82e;hpb=b0b0b88ed34882b5de7323e339f03a44af024d5f diff --git a/pctb/convert.c b/pctb/convert.c index 6f40f94..950300b 100644 --- a/pctb/convert.c +++ b/pctb/convert.c @@ -82,6 +82,9 @@ 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) {