From f4f61d23a6a355bbed3be2ed7e3a0929d99bc5e5 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Sat, 18 Nov 2023 23:13:52 +0100 Subject: [PATCH] comments added --- src/save.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/save.c b/src/save.c index 47690b29..e4932dc8 100644 --- a/src/save.c +++ b/src/save.c @@ -836,7 +836,9 @@ int raw_read(const char *f, Raw **rawptr, const char *type) } /* what == 1: read another raw file and switch to it (make it the current one) - * what == 2: switch raw file. If filename given switch to that one, else switch to next + * what == 2: switch raw file. If filename given switch to that one, + * else if filename is an integer switch to that raw file index, + * else switch to next * what == 3: remove a raw file. If no filename given remove all * what == 4: print info * what == 5: switch back to previous