Revision dd5b0d71

b/blockdev.c
462 462
    case IF_COUNT:
463 463
        abort();
464 464
    }
465
    if (!file) {
465
    if (!file || !*file) {
466 466
        *fatal_error = 0;
467 467
        return NULL;
468 468
    }

Also available in: Unified diff