From 32adfd2d09149cf8fb6092382123e18413568081 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 2 Sep 2006 07:05:18 +0000 Subject: [PATCH] ebl display human size in FileVersion dialog git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3396 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/brestore/brestore.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5