Progressive now works with continuously updated metadata
This commit is contained in:
parent
a69583fd49
commit
4dbca1e680
3 changed files with 12 additions and 3 deletions
|
@ -476,6 +476,7 @@ std::string & JSON::Value::toNetPacked(){
|
|||
//check if this is legal
|
||||
if (myType != OBJECT){
|
||||
fprintf(stderr, "Error: Only objects may be NetPacked!\n");
|
||||
abort();
|
||||
return emptystring;
|
||||
}
|
||||
//if sneaky storage doesn't contain correct data, re-calculate it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue