FS_SET action="flush" not working
Brought to you by:
bgarrigues,
gyom
<?xml version="1.0" encoding="ISO-8859-1"?>
<XDFL xmlns:xdfl="xdfl">
<xdfl:FS_SET target="temp.txt" action="delete" />
<xdfl:FS_SET target="temp.txt">
temp temp
</xdfl:FS_SET>
<xdfl:FS_SET target="temp.txt" action="flush">
temp temp
</xdfl:FS_SET>
</XDFL>
Result for temp.txt should be "temp temp" but is "temp
temp temp temp".
Bug coming from rights on the file (m_pOwnFile is false,
so flush is not performed).
I tried to solve this problem, and made the flush work,
but then fs_set did not write anything to the file when
action was "flush".