]> git.tdb.fi Git - ext/subsurface.git/commit
Parse the xml sample cylinder index properly
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 19 Oct 2011 17:06:11 +0000 (10:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 19 Oct 2011 17:06:11 +0000 (10:06 -0700)
commit04f372f8aa5b4f9ba462e0e93b76f3dde6af00f1
tree9aab2a447096a119598866f4c2330624bdd7b40a
parent0a33d0bd7d52c1bee6307926ff25d4037fb0e3aa
Parse the xml sample cylinder index properly

We would save it in the xml file, but then not actually read it back
properly.  Oops.  Not that we actually have any multi-tank dives yet, so
it doesn't matter.  Yet.

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