]> granicus.if.org Git - php/commitdiff
fix typo for #ifdef
authorAnatol Belski <ab@php.net>
Mon, 11 Jan 2016 07:37:16 +0000 (08:37 +0100)
committerAnatol Belski <ab@php.net>
Mon, 11 Jan 2016 07:37:16 +0000 (08:37 +0100)
ext/interbase/ibase_query.c

index 124a6cd266b939827c6eb958465b0056d9158804..f01b9d7def27868c4d9f7b808424f366da3be2f2 100644 (file)
@@ -530,7 +530,7 @@ static int _php_ibase_bind_array(zval *val, char *buf, unsigned long buf_size, /
                        struct tm t = { 0, 0, 0, 0, 0, 0 };
 
                        switch (array->el_type) {
-#ifndef HAVE_STRFTIME
+#ifdef HAVE_STRFTIME
                                unsigned short n;
 #endif
 #if (SIZEOF_LONG < 8)