andyburgess wrote: > I have been developing a system with the wonderful Cygwin and have > encountered a problem today. A program I was developing on a development PC I > copied over to the 'live' box (through network). This program produces two > fopen'ed files written with fprintf. > > Summary of issue: > * Suddenly I could no longer redirect the output of this program, and the two > files it created were now blank. [snip]
Did you forget to close the files and/or are exiting the program in a non-standard way? -- René Berber -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/