Skip to content

Commit 23fa54b

Browse files
committed
fix typo for #ifdef
1 parent 8bfa519 commit 23fa54b

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, unsigned long buf_size, /
530530
struct tm t = { 0, 0, 0, 0, 0, 0 };
531531

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

0 commit comments

Comments
 (0)