summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 2483d10..5f8a0ca 100644
--- a/main.c
+++ b/main.c
@@ -62,6 +62,7 @@ win_t win;
fileinfo_t *files;
int filecnt, fileidx;
+int alternate;
size_t filesize;
int prefix;
@@ -217,6 +218,7 @@ void load_image(int new) {
}
files[new].loaded = true;
+ alternate = fileidx;
fileidx = new;
if (stat(files[new].path, &fstats) == 0)
filesize = fstats.st_size;