From 630200e7bb30597a841b0a78359f721f2c9451ea Mon Sep 17 00:00:00 2001 From: luca Date: Mon, 2 Apr 2007 10:04:47 +0000 Subject: [PATCH] Patch level :4.0 673 Files correlati : Ricompilazione Demo : [ ] Commento :errore rilevato dal vecchio compilatore...mah? git-svn-id: svn://10.65.10.50/trunk@15159 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/progind.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/progind.cpp b/include/progind.cpp index 7c143b497..97c078bcb 100755 --- a/include/progind.cpp +++ b/include/progind.cpp @@ -181,8 +181,9 @@ void TIndwin::update_bar() sec2str(total_time, str_tot); TString80 n; - n.format("%d%% - %s %s - %s %s", int(prc*100.0+0.5), - TR("Tempo residuo"), (const char*)str_res, TR("Tempo totale"), (const char*)str_tot); + n.format("%d%% - %s %s - %s %s", int(prc*100.0+0.5), + TR("Tempo residuo"), str_res.get_buffer(), + TR("Tempo totale"), str_tot.get_buffer()); b = r; b.top = b.bottom+2; b.bottom = b.top + CHARY;