* fish.c(fish_file_store): Fix typo fix

This commit is contained in:
Andrew V. Samoilov 2004-11-29 20:15:22 +00:00
parent d50dc18be0
commit e7b96a4600
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ fish_file_store(struct vfs_class *me, struct vfs_s_fh *fh, char *name, char *loc
break;
if ((t = write (SUP.sockw, buffer, n)) != n) {
if (t == -1) {
me->verrno = errno
me->verrno = errno;
} else {
me->verrno = EIO;
}