Skip to content

Commit 262f09d

Browse files
committed
Fixed macro name
1 parent 39f0950 commit 262f09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/interbase/ibase_query.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ static int _php_ibase_bind_array(zval *val, char *buf, zend_ulong buf_size, /* {
530530
struct tm t = { 0, 0, 0, 0, 0, 0 };
531531

532532
switch (array->el_type) {
533-
#ifdef HAVE_STRFTIME
533+
#ifndef HAVE_STRPTIME
534534
unsigned short n;
535535
#endif
536536
#if (SIZEOF_ZEND_LONG < 8)

0 commit comments

Comments
 (0)