[haiku-commits] haiku: hrev50137 - src/apps/packageinstaller

  • From: waddlesplash@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 7 Mar 2016 21:52:54 +0100 (CET)

hrev50137 adds 1 changeset to branch 'master'
old head: 6a5f8112cd2291d485217a02894ab24d5868c5dd
new head: 361738c0ad4f7319948777ac2c0d49d99a437415
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=361738c0ad4f+%5E6a5f8112cd22

----------------------------------------------------------------------------

361738c0ad4f: Revert "PackageInstaller: Attempt to fix 64-bit build."
  
  This reverts commit bb4cd92eae8ab7bf2b39110899cf8de33c592b98.
  
  We probably should change this API before R2.

                              [ Augustin Cavalier <waddlesplash@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev50137
Commit:      361738c0ad4f7319948777ac2c0d49d99a437415
URL:         http://cgit.haiku-os.org/haiku/commit/?id=361738c0ad4f
Author:      Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date:        Mon Mar  7 20:52:22 2016 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/packageinstaller/UninstallView.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/packageinstaller/UninstallView.cpp 
b/src/apps/packageinstaller/UninstallView.cpp
index 87024b6..fed2719 100644
--- a/src/apps/packageinstaller/UninstallView.cpp
+++ b/src/apps/packageinstaller/UninstallView.cpp
@@ -377,7 +377,7 @@ UninstallView::_ReloadAppList()
 void
 UninstallView::_ClearAppList()
 {
-       while (BListItem* item = fAppList->RemoveItem(0))
+       while (BListItem* item = fAppList->RemoveItem(0L))
                delete item;
 }
 


Other related posts: