Module: wine Branch: stable Commit: 1cddc427471b02d558c882a32c13ceeaf71e634f URL: http://source.winehq.org/git/wine.git/?a=commit;h=1cddc427471b02d558c882a32c...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jan 13 19:56:12 2011 +0100
libwine: Fall back to normal exec if the preloader doesn't exist. (cherry picked from commit 06f76236d1a9ee2f9136b0088cd0ba883437f5f9)
---
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 6bb87b0..06cabb1 100644 --- a/libs/wine/config.c +++ b/libs/wine/config.c @@ -470,7 +470,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 );