From: simon Date: Sun, 8 May 2005 11:47:59 +0000 (+0000) Subject: Fix what looks like a cut-and-paste error which was stopping Unix X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/209230894fbb1d2c8228902e220b4d32da540ab0 Fix what looks like a cut-and-paste error which was stopping Unix Plink building on MacOS X. git-svn-id: svn://svn.tartarus.org/sgt/putty@5762 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/unix/uxplink.c b/unix/uxplink.c index 2505cb2a..d4335cff 100644 --- a/unix/uxplink.c +++ b/unix/uxplink.c @@ -283,7 +283,7 @@ char *get_ttymode(void *frontend, const char *mode) #if defined(ONOCR) GET_BOOL("ONOCR", ONOCR, c_oflag, ); #endif -#if defined(ONLCR) +#if defined(ONLRET) GET_BOOL("ONLRET", ONLRET, c_oflag, ); #endif