]> andersk Git - splint.git/commitdiff
Fix DPRINTF bit rot.
authorbpringlemeir <bpringlemeir>
Sat, 5 Sep 2009 23:06:06 +0000 (23:06 +0000)
committerbpringlemeir <bpringlemeir>
Sat, 5 Sep 2009 23:06:06 +0000 (23:06 +0000)
src/uentry.c

index 7de5a8f76e9ad8055ff7d42110a5b0113b62985f..6f6c090418b3d845ba98e15c61dbd242a24f8d22 100644 (file)
@@ -3077,7 +3077,7 @@ uentry_isSpecialFunction (uentry ue)
   uentry ue = uentry_makeVariableSrefParam (idDecl_observeId (t), ct, loc, pref);
 
   DPRINTF (("Make param: %s", uentry_unparseFull (ue)));
-  DPRINTF (("Base: %s [%d]", ctype_unparse (base), ctype_isFixedArray (base)));
+  DPRINTF (("Base: %s [%d]", ctype_unparse (ct), ctype_isFixedArray (ct)));
   uentry_reflectQualifiers (ue, idDecl_getQuals (t));
   uentry_implicitParamAnnots (ue);
 
This page took 0.091506 seconds and 5 git commands to generate.