Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix regression, if sport is never set. - geomyidae - A small C-based gopherd.
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri…
Log
Files
Refs
Tags
README
LICENSE
---
commit dd5de127a721468b97bc4b7741cdb76f17812b8a
parent 209e54941ded32433e03070038ef8b0a6c2ed214
Author: Christoph Lohmann <[email protected]>
Date: Sat, 1 Sep 2018 14:20:50 +0200
Fix regression, if sport is never set.
Thanks Evil_Bob for reporting!
Diffstat:
M main.c | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/main.c b/main.c
@@ -444,6 +444,9 @@ main(int argc, char *argv[])
usage();
} ARGEND;
+ if (sport == NULL)
+ sport = port;
+
if (argc != 0)
usage();
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.