]> git.tdb.fi Git - ext/subsurface.git/commit
We forgot to pick up the 'value' field of a dive event
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Oct 2011 04:55:51 +0000 (21:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Oct 2011 04:55:51 +0000 (21:55 -0700)
commit9d8bdee350b4193a555be0f3f7fb94a9670a4a7e
treecd582ef0af7cc0edccfcbc9695aeacac0ade6200
parentc487ea055d5512c7f6cc1e72e527a1ad912cbcd1
We forgot to pick up the 'value' field of a dive event

Just missed that one entirely in the xml parser for some reason.
Probably because the fields don't have much semantic meaning, so I
didn't even realize that I had missed one of the random integer values
in an event.

On my suunto, the 'value' field seems to contain things like the new
Oxygen percentage of a gas change event etc.

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