Minor polish

darcs-hash:20060903230006-ac50b-c55a9272bb1cdb10312b8580c4c2a85654329e30.gz
This commit is contained in:
axel
2006-09-04 09:00:06 +10:00
parent a819c863eb
commit 40e2025327
4 changed files with 117 additions and 80 deletions

View File

@@ -778,6 +778,7 @@ static int path_util_load_internal( const wchar_t *cmd,
{
wchar_t *esc = escape( (wchar_t *)path->buff, 1 );
wchar_t *src_cmd = wcsdupcat( L". ", esc );
free( esc );
if( !tm )
{
@@ -792,7 +793,6 @@ static int path_util_load_internal( const wchar_t *cmd,
intern( cmd ),
tm );
free( esc );
if( on_load )
on_load(cmd );