commit | 0923c577f993d61eeaf41f66db1e1010fa113976 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri May 28 20:10:48 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jun 04 11:43:39 2010 +0200 |
tree | a6bc687b0a1efd095eaac66b3e382d6df11c34fa | |
parent | 1573a35d99fe60f98d30f50e9187040586c2b801 [diff] |
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 <kwolf@redhat.com>