[haiku-commits] haiku: hrev51698 - src/tests/apps/haikudepot

  • From: apl@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 20 Dec 2017 00:15:17 +0100 (CET)

hrev51698 adds 1 changeset to branch 'master'
old head: 1065ea343ded8f01ed11b0a877dbf6f0cde33c24
new head: d483b4d0b5c77c78ec03a3fc2caffb354940f581
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=d483b4d0b5c7+%5E1065ea343ded

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

d483b4d0b5c7: HaikuDepot : More Backend Communications Improvements
  
  Fixes for x86_64 build (tests)

                                    [ Andrew Lindesay <apl@xxxxxxxxxxxxxx> ]

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

Revision:    hrev51698
Commit:      d483b4d0b5c77c78ec03a3fc2caffb354940f581
URL:         http://cgit.haiku-os.org/haiku/commit/?id=d483b4d0b5c7
Author:      Andrew Lindesay <apl@xxxxxxxxxxxxxx>
Date:        Tue Dec 19 23:14:37 2017 UTC

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

1 file changed, 1 insertion(+), 1 deletion(-)
src/tests/apps/haikudepot/ListTest.cpp | 2 +-

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

diff --git a/src/tests/apps/haikudepot/ListTest.cpp 
b/src/tests/apps/haikudepot/ListTest.cpp
index 458a57c..2b666e3 100644
--- a/src/tests/apps/haikudepot/ListTest.cpp
+++ b/src/tests/apps/haikudepot/ListTest.cpp
@@ -33,7 +33,7 @@ static int32 CompareStrings(const BString& a, const BString& 
b)
 
 static int32 CompareWithContextString(const void* context, const BString& str)
 {
-       const char* contextString = static_cast<char*>(context);
+       const char* contextString = static_cast<const char*>(context);
        return -1 * str.Compare(contextString);
 }
 


Other related posts:

  • » [haiku-commits] haiku: hrev51698 - src/tests/apps/haikudepot - apl