--- parser3/src/main/pa_string.C 2001/05/21 16:39:32 1.90 +++ parser3/src/main/pa_string.C 2001/06/28 07:41:59 1.92 @@ -5,8 +5,9 @@ Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_string.C,v 1.90 2001/05/21 16:39:32 parser Exp $ + $Id: pa_string.C,v 1.92 2001/06/28 07:41:59 parser Exp $ */ +static char *RCSId="$Id: pa_string.C,v 1.92 2001/06/28 07:41:59 parser Exp $"; #include "pa_config_includes.h" @@ -186,7 +187,7 @@ int String::cmp(int& partial, const Stri size_t pos=0; bool a_break=size()==0; - bool b_break=size()==0; + bool b_break=src.size()==0; if(!(a_break || b_break)) while(true) { if(pos+a_row->item.size > this_offset) { if(lang!=UL_UNSPECIFIED && a_row->item.lang!=lang)