aboutsummaryrefslogtreecommitdiff
path: root/src/libventi/file.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2007-04-21 19:43:09 +0000
committerrsc <devnull@localhost>2007-04-21 19:43:09 +0000
commit6ce75e8dc072178f410db9a6ae7d70a5101e640c (patch)
treeac6c88a436c6eaaf22b45a0dcc4443a96e4331aa /src/libventi/file.c
parent35a80291f7c4efbb34e784528682ef02bce09d72 (diff)
downloadplan9port-6ce75e8dc072178f410db9a6ae7d70a5101e640c.tar.gz
plan9port-6ce75e8dc072178f410db9a6ae7d70a5101e640c.tar.bz2
plan9port-6ce75e8dc072178f410db9a6ae7d70a5101e640c.zip
sync with plan 9
Diffstat (limited to 'src/libventi/file.c')
-rw-r--r--src/libventi/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libventi/file.c b/src/libventi/file.c
index 6604ef67..29b414f6 100644
--- a/src/libventi/file.c
+++ b/src/libventi/file.c
@@ -1041,7 +1041,7 @@ filewrite1(VtFile *f, void *data, long count, vlong offset)
vtfilegetentry(f, &e);
if(count < 0 || offset < 0){
- werrstr("bad offset or count");
+ werrstr("vtfilewrite: bad offset or count");
return -1;
}