Mercurial > hg > xemacs-beta
diff src/event-stream.c @ 5814:a216b3c2b09e
Add TLS support. See xemacs-patches message with ID
<CAHCOHQk6FNm2xf=XiGEpPq43+7WOzNZ=SuD9V79o3wb9WVCTrQ@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Tue, 07 Oct 2014 21:16:10 -0600 |
parents | 75435be92103 |
children | b3824b7f5627 |
line wrap: on
line diff
--- a/src/event-stream.c Thu Oct 02 10:19:00 2014 +0200 +++ b/src/event-stream.c Tue Oct 07 21:16:10 2014 -0600 @@ -4862,7 +4862,8 @@ CREAT_MODE); if (fd < 0) report_file_error ("Unable to create dribble file", filename); - Vdribble_file = make_filedesc_output_stream (fd, 0, 0, LSTR_CLOSING); + Vdribble_file = make_filedesc_output_stream (fd, 0, 0, LSTR_CLOSING, + NULL); #ifdef MULE Vdribble_file = make_coding_output_stream