Skip to content

Commit 88e51b1

Browse files
committed
Tweak
1 parent e5727b7 commit 88e51b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sql.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,10 @@ dosql (const char *origquery)
148148
j_t a = json;
149149
#ifndef NOXML
150150
if (xmlresult && *xmlresult)
151+
{
151152
a = j_store_array (a, xmlresult);
153+
a = j_store_array (a, xmlresult);
154+
}
152155
if (xmlrow && *xmlrow)
153156
{
154157
if (xmlresult && *xmlresult)

0 commit comments

Comments
 (0)