Hans Leidekker : msi: Don' t append the cabinet file name in find_published_source.

Alexandre Julliard julliard at winehq.org
Wed Sep 16 15:59:34 CDT 2009


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Tue Sep 15 09:29:19 2009 +0200

msi: Don't append the cabinet file name in find_published_source.

---

 dlls/msi/media.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/media.c b/dlls/msi/media.c
index 15564cd..a0baa8c 100644
--- a/dlls/msi/media.c
+++ b/dlls/msi/media.c
@@ -597,7 +597,6 @@ static UINT find_published_source(MSIPACKAGE *package, MSIMEDIAINFO *mi)
         {
             /* FIXME: what about SourceDir */
             lstrcpyW(mi->source, source);
-            lstrcatW(mi->source, mi->cabinet);
             return ERROR_SUCCESS;
         }
     }




More information about the wine-cvs mailing list