Additional memory upgrades and fix for Silverlight.
This commit is contained in:
parent
391f3cf174
commit
0379825a7d
3 changed files with 12 additions and 23 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue