projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c457a0c
)
Show extension dir in version output too.
author
Daniel Carl
<danielcarl@gmx.de>
Tue, 20 Jun 2017 09:14:04 +0000
(11:14 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Wed, 21 Jun 2017 08:31:39 +0000
(10:31 +0200)
Hope this helps to identify compilation issues in the future where the
webextension is not found.
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
fe7d22f
..
ef66ef3
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-1800,6
+1800,8
@@
int main(int argc, char* argv[])
soup_get_major_version(),
soup_get_minor_version(),
soup_get_micro_version());
+ printf("Extension dir: %s\n",
+ EXTENSIONDIR);
return EXIT_SUCCESS;
}