From 8aba412f069f10d537b83f9d6b306e4c83705778 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 21 Jun 2006 11:47:30 +0000 Subject: [PATCH] Patch level : 4.0 438 Files correlati : ve0.exe ve6.exe Ricompilazione Demo : [ ] Commento : Corretta ricerca causale sulla contabilizzazione analitica git-svn-id: svn://10.65.10.50/trunk@14112 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/velib04f.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ve/velib04f.cpp b/ve/velib04f.cpp index a8997c7d4..e270fa313 100755 --- a/ve/velib04f.cpp +++ b/ve/velib04f.cpp @@ -50,7 +50,7 @@ const TCausale& TCache_causali::causale(const TDocumento& doc) //Assegna l'anno della causale const int year = doc.get_date(DOC_DATADOC).year(); TString16 chiave; - chiave.format("%4s|%4d", codcaus, year); + chiave.format("%s|%4d", (const char *) codcaus, year); // Trasforma il codice in causale vera e propria return (const TCausale&)*objptr(chiave); }