Fix file size calculation
Release notes
Fix the calculation of the file size for files smaller than 1MB and when adding files from a list
Details
- the first issue was caused by converting the intermediate result to
int
- in
TQXSecParser::addAllSamplesFromFolder
the tag.xsp.fileSize
is set, but not inTQXSecParser::addAllSamplesFromList
Fixes #62 (closed)
Edited by Benjamin Rottler