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

Alexandre Julliard julliard at winehq.org
Fri Jan 14 12:46:29 CST 2011


Module: wine
Branch: master
Commit: 06f76236d1a9ee2f9136b0088cd0ba883437f5f9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=06f76236d1a9ee2f9136b0088cd0ba883437f5f9

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.

---

 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 );




More information about the wine-cvs mailing list