home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / texinfo-.1 / info / dribble.c next >
Encoding:
Text File  |  1993-11-28  |  479 b   |  17 lines

  1. *** orig/texinfo-.1/info/dribble.c    Sun Aug 29 18:40:52 1993
  2. --- src/texinfo-.1/info/dribble.c    Sun Aug 29 18:59:40 1993
  3. ***************
  4. *** 37,43 ****
  5. --- 37,47 ----
  6.     /* Perhaps close existing dribble file. */
  7.     close_dribble_file ();
  8.   
  9. + #if defined (__MSDOS__)
  10. +   info_dribble_file = fopen (name, "wb");
  11. + #else /* __MSDOS__ */
  12.     info_dribble_file = fopen (name, "w");
  13. + #endif /* __MSDOS__ */
  14.   
  15.   #if defined (HAVE_SETVBUF)
  16.     if (info_dribble_file)
  17.