Alexandre Julliard : libwine: Fall back to normal exec if the preloader doesn't exist.
Module: wine Branch: master Commit: 06f76236d1a9ee2f9136b0088cd0ba883437f5f9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=06f76236d1a9ee2f9136b0088c... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jan 13 19:56:12 2011 +0100 libwine: Fall back to normal exec if the preloader doesn't exist. --- libs/wine/config.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/libs/wine/config.c b/libs/wine/config.c index 4a2bced..fdd4700 100644 --- a/libs/wine/config.c +++ b/libs/wine/config.c @@ -482,7 +482,6 @@ static void preloader_exec( char **argv, int use_preloader ) execv( full_name, new_argv ); free( new_argv ); free( full_name ); - return; } #endif execv( argv[0], argv );
participants (1)
-
Alexandre Julliard