mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
* fish.c(fish_file_store): Fix typo fix
This commit is contained in:
parent
d50dc18be0
commit
e7b96a4600
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user