mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
* Added missing space.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32253 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
7bfbd3ab04
commit
81147288e5
@ -6,6 +6,7 @@
|
||||
* Michael Lotz <mmlr@mlotz.ch>
|
||||
*/
|
||||
|
||||
|
||||
#include <Message.h>
|
||||
#include <MessageAdapter.h>
|
||||
#include <MessagePrivate.h>
|
||||
@ -645,7 +646,7 @@ BMessage::_PrintToStream(const char* indent) const
|
||||
entry_ref ref;
|
||||
BPrivate::entry_ref_unflatten(&ref, (char *)pointer, size);
|
||||
|
||||
printf("entry_ref(device=%ld, directory=%lld,"
|
||||
printf("entry_ref(device=%ld, directory=%lld, "
|
||||
"name=\"%s\", ", ref.device, ref.directory, ref.name);
|
||||
|
||||
BPath path(&ref);
|
||||
|
Loading…
x
Reference in New Issue
Block a user