blueloveTH 2 years ago
parent
commit
cc1121f57d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/pocketpy/cffi.h

+ 1 - 1
include/pocketpy/cffi.h

@@ -93,7 +93,7 @@ struct C99Struct{
     char* p;
     char* p;
     int size;
     int size;
 
 
-    C99Struct(int new_size, bool zero_init){
+    C99Struct(int new_size, bool zero_init=true){
         this->size = new_size;
         this->size = new_size;
         if(size <= INLINE_SIZE){
         if(size <= INLINE_SIZE){
             p = _inlined;
             p = _inlined;