diff src/print.c @ 396:6719134a07c2 r21-2-13

Import from CVS: tag r21-2-13
author cvs
date Mon, 13 Aug 2007 11:12:05 +0200
parents 8626e4521993
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/print.c	Mon Aug 13 11:11:38 2007 +0200
+++ b/src/print.c	Mon Aug 13 11:12:05 2007 +0200
@@ -1461,9 +1461,9 @@
       if (DEVICE_TTY_P (XDEVICE (device)))
 	file = 0;
       else if (!NILP (stdout_p))
-	file = CONSOLE_STREAM_DATA (con)->outfd;
+	file = CONSOLE_STREAM_DATA (con)->out;
       else
-	file = CONSOLE_STREAM_DATA (con)->errfd;
+	file = CONSOLE_STREAM_DATA (con)->err;
     }
 
   if (STRINGP (char_or_string))