]> Git Repo - qemu.git/commit
qemu-io: Fix error messages
authorKevin Wolf <[email protected]>
Fri, 28 May 2010 18:10:48 +0000 (20:10 +0200)
committerKevin Wolf <[email protected]>
Fri, 4 Jun 2010 09:43:39 +0000 (11:43 +0200)
commit0923c577f993d61eeaf41f66db1e1010fa113976
treea6bc687b0a1efd095eaac66b3e382d6df11c34fa
parent1573a35d99fe60f98d30f50e9187040586c2b801
qemu-io: Fix error messages

The truncate and getlength commands passed a negative error number to strerror.
They also happen to be the two functions that are lacking a newline at the end
of their error message.

Signed-off-by: Kevin Wolf <[email protected]>
qemu-io.c
This page took 0.020689 seconds and 4 git commands to generate.