summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
Diffstat (limited to 'transex3')
-rw-r--r--transex3/source/export.cxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/transex3/source/export.cxx b/transex3/source/export.cxx
index 9b4d35e154ac..812560c9b4cd 100644
--- a/transex3/source/export.cxx
+++ b/transex3/source/export.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: export.cxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: hr $ $Date: 2003-06-13 11:40:45 $
+ * last change: $Author: vg $ $Date: 2003-07-23 08:49:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -585,8 +585,10 @@ int Export::Execute( int nToken, char * pToken )
// cur. line has macro line end
ByteString sTmpLine( sToken );
sTmpLine.EraseAllChars( '\t' ); sTmpLine.EraseAllChars( ' ' );
- if ( sTmpLine.GetChar(( USHORT )( sTmpLine.Len() - 1 )) != '\\' )
- bNextMustBeDefineEOL = TRUE;
+ if( sTmpLine.Len() < 0 ){
+ if ( sTmpLine.GetChar(( USHORT )( sTmpLine.Len() - 1 )) != '\\' )
+ bNextMustBeDefineEOL = TRUE;
+ }
}
}
}