Hi folks,

The attached, one-line patch adds a cast that is needed to compile 
with ABI_OPT_LIBXML2 set (it is the old difference between expat 
XML_Char and libxml XML_Char types).

Thanks,
  Frodo

-- 
Frodo Looijaard <[EMAIL PROTECTED]>  PGP key and more: http://huizen.dds.nl/~frodol
Defenestration n. (formal or joc.):
  The act of removing Windows from your computer in disgust, usually followed
  by the installation of Linux or some other Unix-like operating system.
Index: src/text/fmt/xp/fv_View.cpp
===================================================================
RCS file: /cvsroot/abi/src/text/fmt/xp/fv_View.cpp,v
retrieving revision 1.357
diff -r1.357 fv_View.cpp
1167c1167
<                                       
pBlock->StartList(curType,pAuto->getStartValue32(),pAuto->getDelim(),pAuto->getDecimal(),"NULL",fAlign,fIndent,
 currID,curlevel);
---
>                                       
>pBlock->StartList(curType,pAuto->getStartValue32(),pAuto->getDelim(),pAuto->getDecimal(),(XML_Char
> *) "NULL",fAlign,fIndent, currID,curlevel);

Reply via email to