Minor fixes after Coverity analysis
This commit is contained in:
parent
6f1aea7a12
commit
3f9d7ed416
2 changed files with 2 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue