Share

Oscar3

Tracker: Bugs

5 SortFile is not storing output with less than 1000 entries - ID: 2892643
Last Update: Settings changed ( dan2097 )

In SortFile line 115 it seems taht a fw.flush() and before the return a
fw.close() is missing. So my Hash with less than 1000 entries was always
empty.
After adding the two statements it worked fine!


Sascha Toennies ( sushi_78 ) - 2009-11-05 14:35

5

Open

None

Daniel Lowe

None

None

Public


Comment ( 1 )




Date: 2009-11-07 15:58
Sender: dan2097Project Admin

Yeah, that doesn't look quite right.
A fw.close() just before the return statement is definitely necessary.
Is the fw.flush() statement necessary as calling fw.close() implicitly
performs a flush?


Log in to comment.

Attached File

No Files Currently Attached

Change ( 1 )

Field Old Value Date By
assigned_to nobody 2009-11-07 15:58 dan2097