projects
/
vrfileman
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
172da56
)
config file
author
John Tsiombikas
<nuclear@mutantstargoat.com>
Thu, 28 Jul 2016 17:49:27 +0000
(20:49 +0300)
committer
John Tsiombikas
<nuclear@mutantstargoat.com>
Thu, 28 Jul 2016 17:49:27 +0000
(20:49 +0300)
src/app.cc
patch
|
blob
|
history
diff --git
a/src/app.cc
b/src/app.cc
index
0c82972
..
617e6a1
100644
(file)
--- a/
src/app.cc
+++ b/
src/app.cc
@@
-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);