odbc: replace "1+" with "1 +"
parent
7269e834e6
commit
2fd480c17f
|
@ -249,7 +249,7 @@ C: <field> field
|
||||||
: odbc-get-row-fields ( statement -- seq )
|
: odbc-get-row-fields ( statement -- seq )
|
||||||
[
|
[
|
||||||
dup odbc-number-of-columns [
|
dup odbc-number-of-columns [
|
||||||
1+ odbc-get-field value>> ,
|
1 + odbc-get-field value>> ,
|
||||||
] with each
|
] with each
|
||||||
] { } make ;
|
] { } make ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue