From: Danny Heijl Date: Tue, 11 Jul 2000 17:53:02 +0000 (+0000) Subject: - typo X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~301 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=641b0aa2d3896cdd55d2de9d9b019c4ba73cbf9f;p=php - typo --- diff --git a/ext/informix/ifx.ec b/ext/informix/ifx.ec index 5664a0e55f..efe547e452 100644 --- a/ext/informix/ifx.ec +++ b/ext/informix/ifx.ec @@ -2170,7 +2170,7 @@ $endif; EXEC SQL GET DESCRIPTOR :descrpid VALUE :i :*locator_b = DATA; /* work around for ESQL/C bug with NULL values and BLOBS */ if ((locator_b->loc_status < 0) && (locator_b->loc_bufsize == 0)){ - locator_b->loc_indicator == -1; + locator_b->loc_indicator = -1; } /* normal check for NULL values */ if (locator_b->loc_indicator == -1) { @@ -2535,7 +2535,7 @@ $endif; :*locator_b = DATA; /* work around for ESQL/C bug with NULL values and BLOBS */ if ((locator_b->loc_status < 0) && (locator_b->loc_bufsize == 0)){ - locator_b->loc_indicator == -1; + locator_b->loc_indicator = -1; } /* normal check for NULL values */ if (locator_b->loc_indicator == -1) {