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:
parent
59cd24b7db
commit
9e3f619722
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user