summaryrefslogtreecommitdiff
path: root/sal/rtl/source/ustring.c
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2001-03-21 15:26:09 +0000
committerKurt Zenker <kz@openoffice.org>2001-03-21 15:26:09 +0000
commit14ebf356732cc2696e5471a7609f186fd4b72888 (patch)
tree25475115e96675ef68967c591e455c6bfaed69a4 /sal/rtl/source/ustring.c
parent3b6d6fc60dfd8a47c3ecd2f4995fcc0c134501b6 (diff)
Temp. FIX for SBLLINK
Diffstat (limited to 'sal/rtl/source/ustring.c')
-rw-r--r--sal/rtl/source/ustring.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sal/rtl/source/ustring.c b/sal/rtl/source/ustring.c
index 5b5ee7e8b182..5c5a19fd86c6 100644
--- a/sal/rtl/source/ustring.c
+++ b/sal/rtl/source/ustring.c
@@ -2,9 +2,9 @@
*
* $RCSfile: ustring.c,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: th $ $Date: 2001-03-16 15:04:21 $
+ * last change: $Author: kz $ $Date: 2001-03-21 16:26:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -807,8 +807,10 @@ void SAL_CALL rtl_string2UString( rtl_uString** ppThis,
do
{
/* Check ASCII range */
+/* SBLLINK!
OSL_ENSURE( ((unsigned char)*pStr) <= 127,
- "rtl_string2UString() - UTF8 test is encoding is wrong" );
+ "rtl_string2UString() - UTF8 test encoding is wrong" );
+*/
*pBuffer = *pStr;
pBuffer++;