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 200 by Douglas Thrift, 2004-08-27T19:31:26-07:00 vs.
Revision 201 by Douglas Thrift, 2004-08-30T19:24:40-07:00

# Line 8 | Line 8
8  
9   Jargon::Jargon(const std::string& path)
10   {
11 <        std::vector<std::string> args(1, "FeepingCreaturism");
11 >        std::vector<std::string> args(1, FeepingCreaturism::program);
12  
13          args.push_back(path);
14 <        args.push_back("FeepingCreaturism.xsl");
14 >        args.push_back("jargon.xsl");
15  
16          redi::pstreambuf pin("/usr/local/bin/Xalan", args, std::ios_base::in);
17          ios::StreamBufInputAdapter adaptor(pin);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines