Parcourir la source

add missing init

Remi Collet il y a 5 ans
Parent
commit
3a075e77c6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      kernel/read.c

+ 1 - 0
kernel/read.c

@@ -229,6 +229,7 @@ int sheet_cell_callback (size_t row, size_t col, const char *value, void *callba
             }
         }
 
+        ZVAL_NULL(&args[2]);
         data_to_custom_type(value, _type, &args[2]);
     }