git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Tilghman Lesher 18 years ago
parent 7f8ecd2cd3
commit b4839d4d4a

@ -268,7 +268,7 @@ struct ast_variable *ast_variable_new(const char *name, const char *value, const
dst += name_len;
variable->value = strcpy(dst, value);
dst += fn_len;
variable->file = strcpy(dst, value);
variable->file = strcpy(dst, filename);
}
return variable;
}

Loading…
Cancel
Save