mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
Typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -268,7 +268,7 @@ struct ast_variable *ast_variable_new(const char *name, const char *value, const
|
|||||||
dst += name_len;
|
dst += name_len;
|
||||||
variable->value = strcpy(dst, value);
|
variable->value = strcpy(dst, value);
|
||||||
dst += fn_len;
|
dst += fn_len;
|
||||||
variable->file = strcpy(dst, value);
|
variable->file = strcpy(dst, filename);
|
||||||
}
|
}
|
||||||
return variable;
|
return variable;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user