Skip to content

Simplify prop load/save; truncate file before writing.

Martin Heistermann requested to merge simplify-loadsave into master

I noticed saving a property to an existing file would only overwrite and not truncate the file, leaving files with bogus data at the end.

While fixing this, I simplified the whole load/save code.

Edited by Martin Heistermann

Merge request reports