From 76f896e7145ac85b354ad603794f569b20ca85c8 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 30 Jan 2007 22:19:41 +0000 Subject: r11607@catbus: nickm | 2007-01-30 17:19:27 -0500 Audit non-const char arguments; make a lot more of them const. svn:r9466 --- src/or/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/config.c') diff --git a/src/or/config.c b/src/or/config.c index 35f91f4f9b..d332c60fbc 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1121,7 +1121,7 @@ config_line_append(config_line_t **lst, /** Helper: parse the config string and strdup into key/value * strings. Set *result to the list, or NULL if parsing the string * failed. Return 0 on success, -1 on failure. Warn and ignore any - * misformatted lines. */ + * misformatted lines. Modifies the contents of string. */ int config_get_lines(char *string, config_line_t **result) { -- cgit v1.2.3-54-g00ecf