From c47eea879b13ea347013b636fda242eb36a05dc9 Mon Sep 17 00:00:00 2001 From: angelo Date: Wed, 17 Jul 1996 10:21:15 +0000 Subject: [PATCH] Correzione errore MI6016. git-svn-id: svn://10.65.10.50/trunk@3194 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg5200.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cg/cg5200.cpp b/cg/cg5200.cpp index dcb91f3cc..a34cbf004 100755 --- a/cg/cg5200.cpp +++ b/cg/cg5200.cpp @@ -398,7 +398,8 @@ void TSaldibrowse_application::add_r(int numrig,int a,real& slf,char sff,real& s segno = 'A'; } riga.add(slf.string(),7); - riga.add(sff,8); + if (slf != ZERO) + riga.add(sff,8); riga.add(sc.string(),9); riga.add(segno,10); riga.add(d.string(),11);