From: Eric Bollengier Date: Sat, 2 Sep 2006 07:05:18 +0000 (+0000) Subject: ebl display human size in FileVersion dialog X-Git-Tag: Release-2.0.0~520 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=32adfd2d09149cf8fb6092382123e18413568081;p=bacula%2Fbacula ebl display human size in FileVersion dialog git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3396 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/brestore/brestore.pl b/gui/brestore/brestore.pl index 1a892a284a..55e8f0434d 100755 --- a/gui/brestore/brestore.pl +++ b/gui/brestore/brestore.pl @@ -129,7 +129,7 @@ sub new DlgResto::listview_push($fileview, $file, $jobid, 'file', - $icon, $volname, $jobid, $size, + $icon, $volname, $jobid, human($size), scalar(localtime($mtime)), $md5); }