Date: Thursday, March 9, 2006 @ 15:10:21
  Author: marc
    Path: /cvsroot/carob/odbsequoia/src

Modified: descriptors_records.cpp (1.5 -> 1.6)

checking that indicator_ptr is not null


-------------------------+
 descriptors_records.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: odbsequoia/src/descriptors_records.cpp
diff -u odbsequoia/src/descriptors_records.cpp:1.5 
odbsequoia/src/descriptors_records.cpp:1.6
--- odbsequoia/src/descriptors_records.cpp:1.5  Wed Mar  8 21:04:32 2006
+++ odbsequoia/src/descriptors_records.cpp      Thu Mar  9 15:10:21 2006
@@ -74,7 +74,7 @@
     if (octet_length_ptr != 0)
         * octet_length_ptr = sizeof(int);
 
-    if (indicator_ptr != octet_length_ptr)
+    if (indicator_ptr != 0 && indicator_ptr != octet_length_ptr)
         *indicator_ptr = 0;
 
     return 0;

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to