From a603902561d8516ad89bc72ff6197c804abba63d Mon Sep 17 00:00:00 2001 From: Danny Heijl Date: Sun, 28 May 2000 11:08:28 +0000 Subject: [PATCH] - Name correction. --- ext/informix/ifx.ec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index 6bfba01720..463a5dda4b 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -2122,7 +2122,7 @@ $ifdef HAVE_IFX_IUS; fieldleng=ifx_var_getlen(&lvar_tmp); - if (fieldleng > 2) fieldleng -= 2; /* fix by Alan Sheperd */ + if (fieldleng > 2) fieldleng -= 2; /* fix by Alex Shepherd */ if ((char_data = (char *)emalloc(fieldleng + 1)) == NULL) { php_error(E_WARNING, "Out of memory"); @@ -2472,7 +2472,7 @@ $ifdef HAVE_IFX_IUS; fieldleng=ifx_var_getlen(&lvar_tmp); - if (fieldleng > 2) fieldleng -= 2; /* fix by Alan Sheperd */ + if (fieldleng > 2) fieldleng -= 2; /* fix by Alex Shepherd */ if ((char_data = (char *)emalloc(fieldleng + 1)) == NULL) { php_error(E_WARNING, "Out of memory"); -- 2.50.1