- Fix config file loading on Unix if no config file is specified.
authorFabian Keil <fk@fabiankeil.de>
Wed, 16 May 2007 14:59:46 +0000 (14:59 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 16 May 2007 14:59:46 +0000 (14:59 +0000)
commit15bc99c4bd7d1ec0a73e904e15292c987a14b74c
tree309c367b53ee5d41e080eaa83e17c151ff218aa6
parentf316a799ece49af9751bb0641c6880409bdefa1a
- Fix config file loading on Unix if no config file is specified.
  Since r1.97 Privoxy would always interpret the last argument as
  config file, even if it's a valid command line option.
- Abort in case of unrecognized command line options. Closes #1719696.
- Remove a bunch of unnecessary strcpy() calls (yay for c&p without thinking).
- Replace the remaining strcpy() and strcat() calls with strlcpy() and strcat().
jcc.c