Hans Leidekker : msi: Don' t append the cabinet file name in find_published_source.
Module: wine Branch: master Commit: 86e08ea4e459fae2534e9d8cb6743a30e0c27b88 URL: http://source.winehq.org/git/wine.git/?a=commit;h=86e08ea4e459fae2534e9d8cb6... Author: Hans Leidekker <hans(a)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; } }
participants (1)
-
Alexandre Julliard