Replaced some calls to unescape with unescape_string

This commit is contained in:
ridiculousfish
2012-05-09 02:55:36 -07:00
parent 9bcc7df96f
commit 294fbc8309
4 changed files with 13 additions and 14 deletions

View File

@@ -359,7 +359,7 @@ static void safe_launch_process( process_t *p, const char *actual_cmd, char **ar
}
/**
This function is similar to launch_process, except it is not called after a fork (i.e. it is only calls exec) and therefore it can allocate memory.
This function is similar to launch_process, except it is not called after a fork (i.e. it only calls exec) and therefore it can allocate memory.
*/
static void launch_process_nofork( process_t *p )
{