* 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:
Oliver Tappe
2009-05-02 15:41:48 +00:00
parent 2a44d42f9d
commit 10169155a9
+1 -1
View File
@@ -119,7 +119,7 @@ main(int argc, char **argv)
if (collator == NULL) { if (collator == NULL) {
collator = be_locale->Collator(); collator = be_locale->Collator();
addon = "default"; addon = (char*)"default";
} }
// test key creation speed // test key creation speed