From b249fefa56022b273a218c335d1e2cff21853c87 Mon Sep 17 00:00:00 2001 From: luca Date: Mon, 19 Feb 2007 10:23:09 +0000 Subject: [PATCH] Patch level :4.0 528 Files correlati : Ricompilazione Demo : [ ] Commento :eliminato stupido warning git-svn-id: svn://10.65.10.50/trunk@14929 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/recarray.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/recarray.cpp b/include/recarray.cpp index 4bbb7604b..dd7295a69 100755 --- a/include/recarray.cpp +++ b/include/recarray.cpp @@ -721,8 +721,7 @@ const TString& TDecoder::decode(const char* code) } const TString& TDecoder::decode(long code) -{ - char c[16]; +{ if (code > 0) { TString16 c; c << code;