Changes between Initial Version and Version 1 of Ticket #4572, comment 15
- Timestamp:
- 12/17/24 18:19:38 (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4572, comment 15
initial v1 10 10 11 11 - if (errno == EINTR && tty_got_interrupt ()) 12 + if (me-> errno == EINTR && tty_got_interrupt ())12 + if (me->verrno == EINTR && tty_got_interrupt ()) 13 13 vfs_print_message ("%s", _("ftpfs: connection interrupted by user")); 14 14 else if (res->ai_next == NULL)