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

Michael Stefaniuc mstefani at redhat.de
Wed Dec 10 03:59:59 CST 2014


---
Supercedes "msi: Fix the usage of toupper()"
<hansl_> puk: I'd prefer to remove it


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



More information about the wine-patches mailing list