Skip to content

Commit 2b7565e

Browse files
wip
1 parent ada2ad5 commit 2b7565e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocesql/ppout.c

Lines changed: 2 additions & 2 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,7 +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,
1698+
ppoutputresparam(child, var_type, var_len, var_scale,
16991699
iteration);
17001700
child = child->sister;
17011701
reshostreferenceCount++;

0 commit comments

Comments
 (0)