]> granicus.if.org Git - curl/commit
tool_easysrc.c: fix --libcurl option output file text translation mode
authorYang Tse <yangsita@gmail.com>
Sun, 18 Mar 2012 04:54:10 +0000 (05:54 +0100)
committerYang Tse <yangsita@gmail.com>
Sun, 18 Mar 2012 04:54:10 +0000 (05:54 +0100)
commitfe7613932edf7fa984b939770490a1393bd134ac
treea357be2ad45155a2d0fef4f93d5230ef6c387b3b
parentffb67599b3c8369ffa467882ecea05ad377f2d90
tool_easysrc.c: fix --libcurl option output file text translation mode

Use fopen() with "w" mode instead of "wt" to fix cygwin builds.
src/tool_easysrc.c