From 8f34b7e95cc4de30b67eacb264688ca14acaaf60 Mon Sep 17 00:00:00 2001 From: Bert Date: Tue, 6 Sep 2011 11:55:31 +0200 Subject: Load as much of a corrupted gif file as possible --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') diff --git a/types.h b/types.h index 79c0b5a..dd85922 100644 --- a/types.h +++ b/types.h @@ -29,6 +29,7 @@ typedef enum { typedef struct { const char *name; /* as given by user */ const char *path; /* always absolute */ + unsigned char loaded; } fileinfo_t; /* timeouts in milliseconds: */ -- cgit v1.2.3