Additional memory upgrades and fix for Silverlight.

This commit is contained in:
Erik Zandvliet 2013-09-19 10:05:07 +02:00 committed by Thulinma
parent 391f3cf174
commit 0379825a7d
3 changed files with 12 additions and 23 deletions

View file

@ -26,7 +26,9 @@ namespace Converters {
///\return The return code for the fixed program.
int DTSCFix(Util::Config & conf){
DTSC::File F(conf.getString("filename"));
JSON::Value oriheader = F.getFirstMeta();
F.seek_bpos(0);
F.parseNext();
JSON::Value oriheader = F.getJSON();
JSON::Value meta = F.getMeta();
JSON::Value pack;