Commit a3dbbe47 authored by Bernd Edlinger's avatar Bernd Edlinger
Browse files

Change the "offset too large" message to more generic wording

parent 82ff31d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -328,7 +328,7 @@ int MAIN(int argc, char **argv)
    }

    if (offset < 0 || offset >= num) {
        BIO_printf(bio_err, "Error: offset too large\n");
        BIO_printf(bio_err, "Error: offset out of range\n");
        goto end;
    }