]> git.tdb.fi Git - ext/subsurface.git/commit
Use 'units' value instead of guessing based on integer/FP
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Sep 2011 20:59:39 +0000 (13:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 2 Sep 2011 20:59:39 +0000 (13:59 -0700)
commit9506c4bf0a6626b81ae5fad25fb26cf57d9ce8fe
tree5d4d9f6cc8378b4b8dd71c4c7029e40ba74838cc
parentd9106995d39138dbce5f3306a391361f68ce0a07
Use 'units' value instead of guessing based on integer/FP

We still end up guessing based on magnitude of the value, though: it
might be 'bar' or 'mbar', we end up picking one or the other based on
just how big the value is.

I should make it look at any possible explicit units too, since at least
with good xml, they exist.  Of course, the only good xml I've seen so
far is the one we generate ourselves ;)

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