From: Anatol Belski Date: Mon, 11 Jan 2016 07:37:16 +0000 (+0100) Subject: fix typo for #ifdef X-Git-Tag: php-7.0.3RC1~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23fa54b90888d1405e8b4f21d164b6f1aa43cfb9;p=php fix typo for #ifdef --- diff --git a/ext/interbase/ibase_query.c b/ext/interbase/ibase_query.c index 124a6cd266..f01b9d7def 100644 --- a/ext/interbase/ibase_query.c +++ b/ext/interbase/ibase_query.c @@ -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)