Строчки на память

Aug 27, 2020 14:13

#ifndef PTY_ZEROREAD
        if (len <= 0) {
#else
        if ((!c->isatty && len <= 0) ||
            (c->isatty && (len < 0 || (len == 0 && errno != 0)))) {
#endif

openssh

Previous post Next post
Up