From 353aa88d57d0705e6444d2eed193632656c9e2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 7 Jun 2006 19:28:07 +0000 Subject: [PATCH] fix for dano target git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17769 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/hey.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/hey.cpp b/src/bin/hey.cpp index a4bc991680..71ccf28577 100644 --- a/src/bin/hey.cpp +++ b/src/bin/hey.cpp @@ -948,7 +948,7 @@ add_message_contents(BList *textlist, BMessage *msg, int32 level) int32 count; int32 i, sizefound, j; ulong typefound; - char *namefound; + const char *namefound; void *voidptr; BMessage a_message; char *textline, *datatype, *content;