+ size in KB (not in Bytes)

This commit is contained in:
kelson42 2012-08-22 15:11:40 +00:00
parent ea8f560c76
commit f3bdf98a51
1 changed files with 1 additions and 1 deletions

View File

@ -432,6 +432,6 @@ namespace kiwix {
size = file->getFilesize();
}
return size;
return (size / 1024);
}
}