Patch level :10.0 456

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
sistemato errore nella ricompattazione batch delle rmovana; problema della fase di origine vuota e di destinazione piena in ripartizione: in ricompattamento scriveva sciocchezze


git-svn-id: svn://10.65.10.50/trunk@19362 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2009-10-01 13:20:59 +00:00
parent 6d42b8894a
commit c07e9f37f0

View File

@ -2129,7 +2129,6 @@ void ca_taglia_campo(TRectype& src, const char* campo_src, TRectype& dst, const
void ca_copia_campo(const TRectype& src, const char* campo_src, TRectype& dst, const char* campo_dst)
{
const TString& valore = src.get(campo_src);
if (!valore.blank())
dst.put(campo_dst, valore);
}