]> git.tdb.fi Git - ext/subsurface.git/commit
Fix up small details in input/output
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Sep 2011 23:41:10 +0000 (16:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Sep 2011 23:41:10 +0000 (16:41 -0700)
commit99c111e34833bb7b8af2ad5a6494790191b18e2c
tree95f3aa08972990352cef1aee15fe25685c6f1558
parent1155ad3f0fb2471163335d1d7c6856a81f495e49
Fix up small details in input/output

Be more careful with FP conversions, and with the Kelvin<->C offset.
And make sure to use the same names when saving as when parsing.

Now when we save a set of dives, then re-load them, and save again, the
second save image is identical to the first one.

Of course, we don't actually save everything we load, so we still do
lose information when we load and then save the result.  But at least we
now don't lose the information that we *do* save.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
parse-xml.c
save-xml.c