From 3059997081850b40a124d80f3d03932757e14416 Mon Sep 17 00:00:00 2001 From: luca Date: Mon, 19 Apr 2010 09:34:22 +0000 Subject: [PATCH] Patch level :10.0 Files correlati : Ricompilazione Demo : [ ] Commento : corretto errore di link git-svn-id: svn://10.65.10.50/trunk@20354 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba3800.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ba/ba3800.cpp b/ba/ba3800.cpp index d39747540..ab1324e13 100755 --- a/ba/ba3800.cpp +++ b/ba/ba3800.cpp @@ -76,7 +76,7 @@ public: BA3800_application(char livello) : _liv(toupper(livello)) {} }; -const char * num2str(const TString & s) +static const char * num2str(const TString & s) { TString & str = get_tmp_string(20);