git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23e6fc3
)
Fix typo in error message.
author
Richard Jones
<rjones@trick.home.annexia.org>
Wed, 22 Jul 2009 20:18:01 +0000
(21:18 +0100)
committer
Richard Jones
<rjones@trick.home.annexia.org>
Wed, 22 Jul 2009 20:18:01 +0000
(21:18 +0100)
daemon/file.c
patch
|
blob
|
history
diff --git
a/daemon/file.c
b/daemon/file.c
index
66b3d12
..
7c46722
100644
(file)
--- a/
daemon/file.c
+++ b/
daemon/file.c
@@
-355,7
+355,7
@@
do_read_file (char *path, size_t *size_r)
* be caught later when we try to serialize the message.
*/
if (*size_r >= GUESTFS_MESSAGE_MAX) {
- reply_with_error ("read_file: %s: file is too large for the protocol, use gu
se
tfs_download instead", path);
+ reply_with_error ("read_file: %s: file is too large for the protocol, use gu
es
tfs_download instead", path);
close (fd);
return NULL;
}