Oops, I forgot to place a line in a macro defintion.
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sat, 30 May 2020 10:28:48 +0000 (19:28 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Sat, 30 May 2020 10:28:48 +0000 (19:28 +0900)
qresult.h

index 1b8cd80e3eaf4178ae53691e611f06e89e500910..a032a09508205947240425c1dd1f7df6015cf679 100644 (file)
--- a/qresult.h
+++ b/qresult.h
@@ -281,6 +281,7 @@ do { \
        r; \
        goto cleanup; \
    } \
+   t = tmp; \
 } while (0)
 
 #ifdef __cplusplus