small changes for jungfrau, but also for the gui

This commit is contained in:
Dhanya Maliakal
2017-03-03 15:57:48 +01:00
parent 85cc0d8184
commit 50f8366bc2
5 changed files with 9 additions and 7 deletions

View File

@ -319,7 +319,7 @@ public:
printf("%d: type: %s\n", index, d["type"].GetString());
#endif
if(d["acqIndex"].GetInt()!=-1){
if(d["acqIndex"].GetUint64()!=-1){
acqIndex = d["acqIndex"].GetUint64();
frameIndex = d["fIndex"].GetUint64();
subframeIndex = d["subfnum"].GetUint();