Patch to fix a problem with "save directory listing"

Discuss development issues and submit patches here
Post Reply
ajs
Posts: 409
Joined: Mon Jul 05, 2010 6:37 pm

Patch to fix a problem with "save directory listing"

Post by ajs »

Patch to fix a problem with "save directory listing"

Saving the directory listing choosing to overwrite an existing file would cause a problem is the new listing text was shorter than the length of the existing file. The new listing would be saved correctly but then the remaining part of the previous file would still be there, since the existing file was nor deleted nor truncated.
This patch fixes the problem by creating a new file in every circumstance.

Patch against commit 195
Attachments
patch_61__v195.7z
(625 Bytes) Downloaded 550 times
David Erceg
Site Admin
Posts: 938
Joined: Sat Apr 18, 2009 1:46 am

Re: Patch to fix a problem with "save directory listing"

Post by David Erceg »

Already fixed.
Post Reply