yixiaohui12345 / as3corelib

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

FileTarget class don't output logs to file formated as expected to #112

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is small bug in line

85. fs.writeUTFBytes(msg + "\n");

should be 

85. fs.writeUTFBytes(msg + File.lineEnding);

for correct formatting

tested on Vista 32 bit, AIR 1.5

thanks

Original issue reported on code.google.com by vanel...@gmail.com on 17 Jul 2009 at 3:14

GoogleCodeExporter commented 8 years ago

Original comment by mikechambers on 21 Sep 2009 at 5:09

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r112.

Original comment by mikechambers on 22 Sep 2009 at 7:48

GoogleCodeExporter commented 8 years ago
Fixed. Committed revision 112.

Thanks for the report and patch.

Original comment by mikechambers on 22 Sep 2009 at 7:48