# | 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); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |