From: Dirk Hohndel Date: Thu, 5 Jan 2012 16:16:08 +0000 (-0800) Subject: Avoiding some potentially confusing name space clashes X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=c544226334ec1bfaac1c8d649722bb17728606e1;hp=c544226334ec1bfaac1c8d649722bb17728606e1;p=ext%2Fsubsurface.git 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 ---