and compiling would be good too

svn:r5657
This commit is contained in:
Roger Dingledine 2005-12-27 02:48:35 +00:00
parent 370dcbc7ba
commit 94bff33357

View File

@ -3234,7 +3234,7 @@ write_configuration_file(const char *fname, or_options_t *options)
len = strlen(new_conf)+256;
new_val = tor_malloc(len);
tor_snprintf(new_val, len, "%s\n%s\n\n%s",
GENERATED_FILE_PREFIX, GENERATED_FILE_COMMENTS, new_conf);
GENERATED_FILE_PREFIX, GENERATED_FILE_COMMENT, new_conf);
if (rename_old) {
int i = 1;