Skip to content

Fix file size calculation

Benjamin Rottler requested to merge fix-file-size into master

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 in TQXSecParser::addAllSamplesFromList

Fixes #62 (closed)

Edited by Benjamin Rottler

Merge request reports