home *** CD-ROM | disk | FTP | other *** search
- *** orig/texinfo-.1/info/dribble.c Sun Aug 29 18:40:52 1993
- --- src/texinfo-.1/info/dribble.c Sun Aug 29 18:59:40 1993
- ***************
- *** 37,43 ****
- --- 37,47 ----
- /* Perhaps close existing dribble file. */
- close_dribble_file ();
-
- + #if defined (__MSDOS__)
- + info_dribble_file = fopen (name, "wb");
- + #else /* __MSDOS__ */
- info_dribble_file = fopen (name, "w");
- + #endif /* __MSDOS__ */
-
- #if defined (HAVE_SETVBUF)
- if (info_dribble_file)
-