Skip to content

Commit ef2609d

Browse files
author
peter
committed
fix in opt_autosave
1 parent 657f7be commit ef2609d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static int opt_debug = 0;
4545
static int opt_width = WIDTH;
4646
static char *opt_autoload = NULL;
4747
static const char *mmedia_bin = NULL;
48-
static int opt_autosave = 1;
48+
static int opt_autosave = 0;
4949
static int opt_mmedia = 0;
5050
static int need_restart = 0;
5151
static int need_load = 0;

0 commit comments

Comments
 (0)