This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
make argv0 not static, fixes a warning with tcc
Reported by Aajonus, thanks!
master
Hiltjo Posthuma
4 years ago
parent
28ad288399
commit
5703aa0390
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
x.c
+ 1
- 1
x.c
View File
@ -15,7 +15,7 @@
#
include
<X11/Xft/Xft.h>
#
include
<X11/XKBlib.h>
static
char
*
argv0
;
char
*
argv0
;
#
include
"arg.h"
#
include
"st.h"
#
include
"win.h"
Write
Preview
Loading…
Cancel
Save