From f19bcc767251caa783495737d4a99a171fa29c68 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 24 Jul 1996 15:23:57 +0000 Subject: [PATCH] Ultima modifica (spero) al messaggio edit git-svn-id: svn://10.65.10.50/trunk@3237 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/relapp.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/relapp.cpp b/include/relapp.cpp index 5deb029e0..c9d338967 100755 --- a/include/relapp.cpp +++ b/include/relapp.cpp @@ -946,8 +946,9 @@ bool TRelation_application::filter() { TString16 field_name(field->name()); const int from = field->from(); + const int to = field->to(); - if (from >= 0) + if (to >= 0) field_name << "[" << (from + 1); const TString * v = (const TString *) field_values.objptr(field_name);