From ca9cbb6b36bccc2746226aec8f5651496563397c Mon Sep 17 00:00:00 2001 From: nik Date: Wed, 1 Feb 1995 11:59:09 +0000 Subject: [PATCH] Corretto errore MI3004 git-svn-id: svn://10.65.10.50/trunk@946 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg3400.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cg/cg3400.cpp b/cg/cg3400.cpp index e3f976a28..0116c7b83 100755 --- a/cg/cg3400.cpp +++ b/cg/cg3400.cpp @@ -1553,8 +1553,7 @@ const int es_prec(const int es_corr) ese.first(); first = ese.get("CODTAB"); - codtab << es_corr; - codtab.format("%04d"); + codtab.format("%04d",es_corr); if (codtab == first) return 0;