Skip to content

Commit f6b1fa2

Browse files
wip
1 parent ada2ad5 commit f6b1fa2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ocesql/ppout.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ void ppoutputresgroup(struct cb_field *cf, int lineno, int iteration) {
580580
if (type == HVARTYPE_GROUP) {
581581
ppoutputresgroup(cf->children, lineno, iteration);
582582
} else {
583-
ppoutputresparam(cf->sname, type, digits, scale, iteration);
583+
ppoutputresparambyfield(cf, type, digits, scale, iteration);
584584
}
585585

586586
if (cf->sister != NULL) {
@@ -1695,8 +1695,7 @@ void ppbuff(struct cb_exec_list *list) {
16951695
printerrormsg(child->sname, wk_res_host->lineno, buff);
16961696
return;
16971697
}
1698-
ppoutputresparam(child->sname, var_type, var_len, var_scale,
1699-
iteration);
1698+
ppoutputresparambyfield(child, var_type, var_len, var_scale, iteration);
17001699
child = child->sister;
17011700
reshostreferenceCount++;
17021701
}

0 commit comments

Comments
 (0)