config file
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Thu, 28 Jul 2016 17:49:27 +0000 (20:49 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Thu, 28 Jul 2016 17:49:27 +0000 (20:49 +0300)
src/app.cc

index 0c82972..617e6a1 100644 (file)
@@ -28,7 +28,7 @@ static int prev_x, prev_y;
 
 bool app_init(int argc, char **argv)
 {
-       if(!init_options(argc, argv, 0)) {
+       if(!init_options(argc, argv, "vrfileman.conf")) {
                return false;
        }
        app_resize(opt.width, opt.height);