From 9e4b189c6cac5cb70fc99f212d1183f61772821a Mon Sep 17 00:00:00 2001 From: luca Date: Wed, 27 Jun 2007 10:31:35 +0000 Subject: [PATCH] Patch level :4.0 734 Files correlati : Ricompilazione Demo : [ ] Commento :sistemato errore fatale in inserimento rughe movimenti di analitica git-svn-id: svn://10.65.10.50/trunk@15452 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ca/ca2100.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ca/ca2100.cpp b/ca/ca2100.cpp index b14b988f7..3cf65bd8d 100755 --- a/ca/ca2100.cpp +++ b/ca/ca2100.cpp @@ -533,7 +533,8 @@ bool TMovanal_msk::row2rec(int r, TRectype& rec) const if (idx < 17) { const char* s = row.get(idx); - fr->write(s, rec); + if (s != NULL) + fr->write(s, rec); } } }