]> git.tdb.fi Git - ext/subsurface.git/commit
Avoiding some potentially confusing name space clashes
authorDirk Hohndel <dirk@hohndel.org>
Thu, 5 Jan 2012 16:16:08 +0000 (08:16 -0800)
committerDirk Hohndel <dirk@hohndel.org>
Thu, 5 Jan 2012 16:55:18 +0000 (08:55 -0800)
commitc544226334ec1bfaac1c8d649722bb17728606e1
tree87a9990dfe6f76d77a27f4adbe4c0b500e943ef7
parent3d75c73f3677d98682b31766334ab02f124c76b9
Avoiding some potentially confusing name space clashes

We have local variables or function arguments with the same names as
function static variables (or in one case, function arguments).

While all the current code was correct, it could potentially cause
confusion when chasing bugs or reviewing patches. This should make things
clearer.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
divelist.c
gtk-gui.c
info.c
main.c
parse-xml.c