We don't have floating point support for dprintf() in the kernel.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16588 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-03-05 19:42:40 +00:00
parent 59cd24b7db
commit 9e3f619722
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ identify_partition(int fd, partition_data *partition, void **cookie)
result = 0.5;
}
}
PRINT(("returning %4.2f\n", result));
PRINT(("returning %ld\n", int32(result * 10000)));
return result;
}