Skip to content

Commit 4fb8f9a

Browse files
committed
ruconfig: fix unit test when dat_dump is false
1 parent 23ea127 commit 4fb8f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thcrap/src/runconfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ void runconfig_load(json_t *file, int flags)
265265
run_cfg.dat_dump = "dat";
266266
}
267267
else {
268-
run_cfg.dat_dump = "";
268+
run_cfg.dat_dump = {};
269269
}
270270
}
271271
}

0 commit comments

Comments
 (0)