mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +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; | ||||
| 		variable->value = strcpy(dst, value); | ||||
| 		dst += fn_len; | ||||
| 		variable->file = strcpy(dst, value); | ||||
| 		variable->file = strcpy(dst, filename); | ||||
| 	} | ||||
| 	return variable; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user