Alexandre Julliard : libwine: Fall back to normal exec if the preloader doesn't exist.

Alexandre Julliard julliard at winehq.org
Thu Apr 7 07:36:48 CDT 2011


Module: wine
Branch: stable
Commit: 1cddc427471b02d558c882a32c13ceeaf71e634f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1cddc427471b02d558c882a32c13ceeaf71e634f

Author: Alexandre Julliard <julliard at 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 );




More information about the wine-cvs mailing list