diff options
Diffstat (limited to 'WWW/Library/Implementation/HTRules.c')
-rw-r--r-- | WWW/Library/Implementation/HTRules.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTRules.c b/WWW/Library/Implementation/HTRules.c index 35b36719..941d19af 100644 --- a/WWW/Library/Implementation/HTRules.c +++ b/WWW/Library/Implementation/HTRules.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTRules.c,v 1.42 2010/06/17 21:33:35 tom Exp $ + * $LynxId: HTRules.c,v 1.43 2013/05/01 00:45:32 tom Exp $ * * Configuration manager for Hypertext Daemon HTRules.c * ========================================== @@ -453,7 +453,7 @@ int HTSetConfiguration(char *config) { HTRuleOp op; char *line = NULL; - char *pointer = line; + char *pointer = NULL; char *word1; const char *word2; const char *word3; |