initialize pos
This commit is contained in:
parent
6d0d8d8130
commit
44a767f577
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -153,7 +153,7 @@ main(int argc, char **argv)
|
|||
int option;
|
||||
int chroot = 0;
|
||||
int start_with_gemini;
|
||||
char *pos;
|
||||
char *pos = NULL;
|
||||
|
||||
while ((option = getopt(argc, argv, ":d:l:u:v")) != -1) {
|
||||
switch (option) {
|
||||
|
|
Loading…
Reference in a new issue