summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamyan Ivanov <dmn@debian.org>2017-12-02 14:51:37 +0000
committerDamyan Ivanov <dmn@debian.org>2017-12-02 14:51:37 +0000
commit39f8a501631203f38272d1576458aaba5686b195 (patch)
tree6eec75fc5171c30c2af9adbc444881aa0a80ea8d
parent3d6e995eb8595d2d0fe1aea338d35e584f3829cd (diff)
bpb parameter to isc_open_blob2 is a pointer
-rw-r--r--dbdimp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbdimp.c b/dbdimp.c
index 9872552..94d16de 100644
--- a/dbdimp.c
+++ b/dbdimp.c
@@ -1683,8 +1683,8 @@ AV *dbd_st_fetch(SV *sth, imp_sth_t *imp_sth)
&blob_handle, (ISC_QUAD *) var->sqldata,
#if defined(INCLUDE_FB_TYPES_H) || defined(INCLUDE_TYPES_PUB_H)
(ISC_USHORT) 0,
- (ISC_UCHAR) 0);
-#else
+ (ISC_UCHAR *) NULL);
+#else
(short) 0, /* no Blob filter */
(char *) NULL); /* no Blob filter */
#endif