
richter at apache
Aug 7, 2005, 9:09 AM
Post #1 of 1
(831 views)
Permalink
|
|
cvs commit: embperl/test/html crypto.htm
|
|
richter 2005/08/07 09:09:07 Modified: . Old.xs test/html crypto.htm Log: fix compiler error Revision Changes Path 1.13 +1 -1 embperl/Old.xs Index: Old.xs =================================================================== RCS file: /home/cvs/embperl/Old.xs,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Old.xs 6 Aug 2005 21:47:37 -0000 1.12 +++ Old.xs 7 Aug 2005 16:09:07 -0000 1.13 @@ -97,12 +97,12 @@ tReq * r = CurrReq ; CODE: { - r -> Component.bSubNotEmpty = 1 ; /* tNode xChild ; */ char * p = SvPV (sText, l) ; /* + r -> Component.bSubNotEmpty = 1 ; if (0) //Node_self(DomTree_self (r -> Component.xCurrDomTree), r -> Component.xCurrNode) -> nType == ntypDocumentFraq) Node_appendChild (r->pApp, DomTree_self (r -> Component.xCurrDomTree), r -> Component.xCurrNode, r -> Component.nCurrRepeatLevel, ntypCDATA, 0, p, l, 0, 0, NULL) ; else 1.4 +1 -6 embperl/test/html/crypto.htm <<Binary file>> --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-cvs-unsubscribe [at] perl For additional commands, e-mail: embperl-cvs-help [at] perl
|