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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user