ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/FeepingCreaturism/Jargon.cpp
(Generate patch)

Comparing FeepingCreaturism/Jargon.cpp (file contents):
Revision 1083 by douglas, 2006-06-01T23:55:43-07:00 vs.
Revision 1084 by douglas, 2008-08-21T19:45:28-07:00

# Line 34 | Line 34 | ios::PrintWriter &operator<<(ios::PrintW
34   {
35          _S<api::Process> xslt(_B("/usr/local/bin/xsltproc"), jargon.args);
36  
37        if (jargon.include) ios::ReadLine(*xslt.GetReader());
38
37          if (jargon.include)
38          {
39 +                ios::ReadLine(*xslt.GetReader());
40 +
41                  ext::Buffer line;
42                  api::Pcre::RegEx matcher(_B("^(.*) xmlns=\"http://www.w3.org/1999/xhtml\"(.*)$"));
43  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines