Michael Stefaniuc : msi: Remove no-op toupperW() statement (PVS-Studio).

Alexandre Julliard julliard at wine.codeweavers.com
Wed Dec 10 15:34:08 CST 2014


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Wed Dec 10 10:59:59 2014 +0100

msi: Remove no-op toupperW() statement (PVS-Studio).

---

 dlls/msi/action.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/msi/action.c b/dlls/msi/action.c
index 1e527da..34697f3 100644
--- a/dlls/msi/action.c
+++ b/dlls/msi/action.c
@@ -2423,7 +2423,6 @@ static UINT ACTION_CostFinalize(MSIPACKAGE *package)
                     sprintfW( buf, fmtW, free.QuadPart / 512 );
                     msi_set_property( package->db, szPrimaryVolumeSpaceAvailable, buf, -1 );
                 }
-                toupperW( primary_folder[0] );
                 msi_set_property( package->db, szPrimaryVolumePath, primary_folder, 2 );
             }
             msi_free( primary_folder );




More information about the wine-cvs mailing list