]> andersk Git - splint.git/blobdiff - src/uentry.c
Fix DPRINTF bit rot.
[splint.git] / 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.793152 seconds and 4 git commands to generate.