Fixup of formatted output of file size in 'File exists' dialog window.
commit00b1aa4a8eb097f1f3063d47d12927531afde2e2
authorAndrew Borodin <aborodin@vmail.ru>
Fri, 3 Dec 2010 10:28:03 +0000 (3 13:28 +0300)
committerAndrew Borodin <aborodin@vmail.ru>
Fri, 3 Dec 2010 10:28:03 +0000 (3 13:28 +0300)
tree5c65b3afa5186584ce132068b35361f86abde8fd
parent2ac5f2ce18e4792f1ff92586b4579e2e84f74815
Fixup of formatted output of file size in 'File exists' dialog window.

The %j modifier used to show file size produces segmentation fault
on some platforms. PRIuMAX macro cannot be used within i18b'd strings.
Solution: use %llu modifier with typecasting to unsigned long long.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
src/filemanager/filegui.c