This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix option -q; commit
d3a70a2
completely broke it; fixes issue
#223
master
Bert Münnich
9 years ago
parent
f75fa78eca
commit
53a72c7b65
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+3
-0
util.c
+ 1
- 1
Makefile
View File
@@ -1,4 +1,4 @@
VERSION := git-2015122
6
VERSION := git-2015122
8
PREFIX := /usr/local
MANPREFIX := $(PREFIX)/share/man
+ 3
- 0
util.c
View File
@@ -62,6 +62,9 @@ void error(int eval, int err, const char* fmt, ...)
{
va_list ap;
if (eval == 0 && options->quiet)
return;
fflush(stdout);
fprintf(stderr, "%s: ", progname);
va_start(ap, fmt);
Write
Preview
Loading…
Cancel
Save