Minor fixes after Coverity analysis

This commit is contained in:
William S Fulton 2013-05-16 08:07:09 +01:00
commit 3f9d7ed416
2 changed files with 2 additions and 1 deletions

View file

@ -3671,7 +3671,7 @@ public:
Replaceall(pre, "$iminput", ln);
if (Len(pre_code) > 0)
Printf(pre_code, "\n");
Printv(pre_code, pre, NIL);
Printv(pre_code, pre, NIL);
}
String *post = Getattr(p, "tmap:csdirectorin:post");
if (post) {