]> granicus.if.org Git - php/commitdiff
- typo
authorDanny Heijl <danny@php.net>
Tue, 11 Jul 2000 17:53:02 +0000 (17:53 +0000)
committerDanny Heijl <danny@php.net>
Tue, 11 Jul 2000 17:53:02 +0000 (17:53 +0000)
ext/informix/ifx.ec

index 5664a0e55f49640a3a4de47ebaf730dd23aa011a..efe547e4522c5e5f18cbb8cb9c4fc0b16020815d 100644 (file)
@@ -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) {