diff options
author | Nick White <arch@njw.me.uk> | 2008-04-02 22:20:24 +0000 |
---|---|---|
committer | Nick White <arch@njw.me.uk> | 2008-04-02 22:20:24 +0000 |
commit | 54160445284875eee9ed85d513791b193a076d0b (patch) | |
tree | df991e30a202c4cc3393e98977a9c34a6a09ce48 /src/config.c | |
parent | 8e189aaac36056e58b08573c6c57f8dabf1ef905 (diff) |
Fix for media xml crash bugs
Formatting
Check for empty item titles
Created function to check if any part of a string contains a phrase
Added some basic error checking to getquote
Note this does not completely fix all problems
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-31
Diffstat (limited to 'src/config.c')
-rw-r--r-- | src/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c index 8279f54..a963cc7 100644 --- a/src/config.c +++ b/src/config.c @@ -72,7 +72,7 @@ int loadconfig(char * htde_path, char * issue_path, int * update) proxy_type = SOCKS5; else fprintf(stderr, - "Proxy type %s not known, please use either http, socks4 or socks5", + "Proxy type %s not known, please use either http, socks4 or socks5\n", parameter); } else if(!strcmp(option, "proxy_address")) |