mirror of https://github.com/kiwix/libkiwix.git
+ size in KB (not in Bytes)
This commit is contained in:
parent
ea8f560c76
commit
f3bdf98a51
|
@ -432,6 +432,6 @@ namespace kiwix {
|
|||
size = file->getFilesize();
|
||||
}
|
||||
|
||||
return size;
|
||||
return (size / 1024);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue