From c2bb3144ffcbd34e2b08ab817cda1d4a28172305 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 9 Sep 1994 10:49:39 +0000 Subject: [PATCH] Editato per errore git-svn-id: svn://10.65.10.50/trunk@203 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba3700.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ba/ba3700.cpp b/ba/ba3700.cpp index 9001b47f9..e415679c6 100755 --- a/ba/ba3700.cpp +++ b/ba/ba3700.cpp @@ -117,8 +117,7 @@ void BA3700_application::togli_dal_file(const TString& cod_pag) if (_righe_gia_presenti[i]) { tab_rpg->zero(); - dep = format ("%-4s", (const char*) cod_pag); - dep << format ("%3d" , i); + dep.format ("%-4s%3d", (const char*) cod_pag, i); tab_rpg->put("CODTAB", dep); tab_rpg->remove(); }