Progressive now works with continuously updated metadata

This commit is contained in:
Erik Zandvliet 2013-02-19 22:04:38 +01:00
parent a69583fd49
commit 4dbca1e680
3 changed files with 12 additions and 3 deletions

View file

@ -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