mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-28 05:49:35 +00:00
+ size in KB (not in Bytes)
This commit is contained in:
@ -432,6 +432,6 @@ namespace kiwix {
|
||||
size = file->getFilesize();
|
||||
}
|
||||
|
||||
return size;
|
||||
return (size / 1024);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user