summaryrefslogtreecommitdiffstats
path: root/src/libventi/version.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-18 20:15:18 +0000
committerrsc <devnull@localhost>2005-01-18 20:15:18 +0000
commit361e279c59273dc82b1a5ced832d790a3b8b7a28 (patch)
tree88800a8bd0bb2c8ca81bd163de87b398f685cd5b /src/libventi/version.c
parentaa1d0b1bb0129243f0c4d7c6b3892d8f0556f80a (diff)
downloadplan9port-361e279c59273dc82b1a5ced832d790a3b8b7a28.tar.gz
plan9port-361e279c59273dc82b1a5ced832d790a3b8b7a28.zip
bug fixes
Diffstat (limited to 'src/libventi/version.c')
-rw-r--r--src/libventi/version.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libventi/version.c b/src/libventi/version.c
index dbbc4dc5..c985910f 100644
--- a/src/libventi/version.c
+++ b/src/libventi/version.c
@@ -101,6 +101,7 @@ Okay:
return 0;
Err:
+ werrstr("vtversion: %r");
if(z->infd >= 0)
close(z->infd);
if(z->outfd >= 0 && z->outfd != z->infd)