projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f4f44e
)
Oops, I forgot to place a line in a macro defintion.
author
Hiroshi Inoue
<h-inoue@dream.email.ne.jp>
Sat, 30 May 2020 10:28:48 +0000
(19:28 +0900)
committer
Hiroshi Inoue
<h-inoue@dream.email.ne.jp>
Sat, 30 May 2020 10:28:48 +0000
(19:28 +0900)
qresult.h
patch
|
blob
|
blame
|
history
diff --git
a/qresult.h
b/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