fix the build (sorry for this)

better output for NAME and ID


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17778 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-06-08 07:48:11 +00:00
parent 1f84dba758
commit f16aff25e3
+4
View File
@@ -948,7 +948,11 @@ add_message_contents(BList *textlist, BMessage *msg, int32 level)
int32 count; int32 count;
int32 i, sizefound, j; int32 i, sizefound, j;
ulong typefound; ulong typefound;
#ifdef HAIKU_TARGET_PLATFORM_DANO
const char *namefound; const char *namefound;
#else
char *namefound;
#endif
void *voidptr; void *voidptr;
BMessage a_message; BMessage a_message;
char *textline, *datatype, *content; char *textline, *datatype, *content;