From c9a8b0eba98d91ba5ee729620227dbc53cab79d3 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 2 Sep 2006 07:19:24 +0000 Subject: [PATCH] ebl fix git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3399 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 81c04ee7e7..035817c3c6 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, human($size), + $icon, $volname, $jobid,DlgResto::human($size), scalar(localtime($mtime)), $md5); } -- 2.39.5