This commit is contained in:
Devaev Maxim
2020-12-09 20:34:09 +03:00
parent 983cb899ec
commit f966907808

View File

@@ -39,7 +39,7 @@ static void _jpeg_error_handler(j_common_ptr jpeg);
struct frame_t *blank_frame_init(const char *path) {
struct frame_t *blank = NULL;
if (path) {
if (path && path[0] != '\0') {
blank = _init_external(path);
}