mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 23:30:03 +02:00
wip
This commit is contained in:
parent
f1b31100db
commit
e1ed49a843
@ -1328,7 +1328,7 @@ std::vector<char> DetectorImpl::readProgrammingFile(const std::string &fname,
|
||||
// print progress
|
||||
int progress = (int)(((double)(dstFilePos) / srcSize) * 100);
|
||||
if (oldProgress != progress) {
|
||||
printf("%d%%\r", );
|
||||
printf("%d%%\r", progress);
|
||||
fflush(stdout);
|
||||
oldProgress = progress;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user