* fixed one more gcc4 warning
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30574 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
|
||||
** Distributed under the terms of the OpenBeOS License.
|
||||
*/
|
||||
@@ -119,7 +119,7 @@ main(int argc, char **argv)
|
||||
|
||||
if (collator == NULL) {
|
||||
collator = be_locale->Collator();
|
||||
addon = "default";
|
||||
addon = (char*)"default";
|
||||
}
|
||||
|
||||
// test key creation speed
|
||||
|
||||
Reference in New Issue
Block a user