also add a '\n' character, thanks to Francesco Piccinno for noticing
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28037 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -95,6 +95,7 @@ dump_acpi_namespace(acpi_ns_device_info *device, char *root, int indenting)
|
|||||||
sprintf(output, "%s BUFFER_FIELD", output);
|
sprintf(output, "%s BUFFER_FIELD", output);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
strcat(output, "\n");
|
||||||
written = 0;
|
written = 0;
|
||||||
if (acquire_sem(device->sync_sem) == B_OK) {
|
if (acquire_sem(device->sync_sem) == B_OK) {
|
||||||
//dprintf("writing %ld bytes to the buffer.\n", strlen(output));
|
//dprintf("writing %ld bytes to the buffer.\n", strlen(output));
|
||||||
|
|||||||
Reference in New Issue
Block a user