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:
parent
6d42b8894a
commit
c07e9f37f0
@ -2129,8 +2129,7 @@ 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)
|
void ca_copia_campo(const TRectype& src, const char* campo_src, TRectype& dst, const char* campo_dst)
|
||||||
{
|
{
|
||||||
const TString& valore = src.get(campo_src);
|
const TString& valore = src.get(campo_src);
|
||||||
if (!valore.blank())
|
dst.put(campo_dst, valore);
|
||||||
dst.put(campo_dst, valore);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ca_implode_rows(const TRecord_array& input_rows, TRecord_array& compact_rows)
|
bool ca_implode_rows(const TRecord_array& input_rows, TRecord_array& compact_rows)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user