home
/
code
/
khatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5400b86
)
Initialize some of uninitialized variables
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 9 Mar 2020 09:25:00 +0000
(
05:25
-0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 9 Mar 2020 09:25:00 +0000
(
05:25
-0400)
x5/khatus.c
patch
|
blob
|
blame
|
history
diff --git
a/x5/khatus.c
b/x5/khatus.c
index
3cccf56
..
d14c7d4
100644
(file)
--- a/
x5/khatus.c
+++ b/
x5/khatus.c
@@
-268,7
+268,7
@@
void
read_all(Config *cfg, char *buf)
{
fd_set fds;
- int maxfd;
+ int maxfd
= -1
;
int ready;
struct stat st;
@@
-313,7
+313,7
@@
main(int argc, char *argv[])
int prefix = 0;
char *buf;
Config *cfg = &defaults;
- Display *display;
+ Display *display
= NULL
;
argv0 = argv[0];
This page took
0.028845 seconds
and
4
git commands to generate.