Introduction
Introduction Statistics Contact Development Disclaimer Help
changed order of setting BASEDIR variable - fiche - A pastebin adjusted for gop…
git clone git://vernunftzentrum.de/fiche.git
Log
Files
Refs
LICENSE
---
commit b932c45685af63fa5491cd52e00a9a4819aac7cd
parent 832fc9b695825461fb7981e9a065d4c4d4a10478
Author: solusipse <[email protected]>
Date: Fri, 6 Sep 2013 14:40:09 +0200
changed order of setting BASEDIR variable
Diffstat:
fiche.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/fiche.c b/fiche.c
@@ -29,8 +29,10 @@ int main(int argc, char **argv)
{
time_seed = time(0);
- set_basedir();
parse_parameters(argc, argv);
+ if (BASEDIR == NULL)
+ set_basedir();
+
startup_message();
int listen_socket, address_lenght, optval = 1;
You are viewing proxied material from vernunftzentrum.de. 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.