IntOrString initialization
This commit is contained in:
@@ -10,6 +10,7 @@ int_or_string_t *int_or_string_create()
|
||||
return NULL;
|
||||
}
|
||||
ios->type = IOS_DATA_TYPE_INT;
|
||||
ios->s = NULL;
|
||||
return ios;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user