Commit 0e92e93d authored by Christophe Mutricy's avatar Christophe Mutricy

*macro.c: Get the name correctly

parent 637544bd
...@@ -311,7 +311,7 @@ void E_(MacroDo)( httpd_file_sys_t *p_args, ...@@ -311,7 +311,7 @@ void E_(MacroDo)( httpd_file_sys_t *p_args,
decode_URI( psz_name ); decode_URI( psz_name );
if( !*psz_name ) if( !*psz_name )
{ {
memcpy( psz_name, mrl, 1024 ); memcpy( psz_name, tmp, 1024 );
} }
/* addslashes for backward compatibility with the old /* addslashes for backward compatibility with the old
* http intf */ * http intf */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment