rbuhl / wintee

Automatically exported from code.google.com/p/wintee
1 stars 0 forks source link

end of non-empty target file does not get overwritten #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a long file
2. redirect the output of a program to this file using wtee; length of program 
output should be shorter than that of the previous content

You would expect the target file to be completely overwritten.
But instead, the end of the content will remain their.

I am using wtee 1.0.1 on Windows XP.

You can work around this issue by deleting the target file before running wtee 
of course, but it is not convenient, plus new users may have problems before 
realizing this is what they need to do.

Original issue reported on code.google.com by kge...@gmail.com on 27 Jun 2013 at 6:10