From 352ac919116aa49cdae48daa5d6861089ddd6055 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sun, 8 Dec 2019 13:22:52 +0100 Subject: Renamed Portables to Portable --- src/cite.cpp | 6 +++--- src/config.xml | 2 +- src/configimpl.l | 16 ++++++++-------- src/context.cpp | 34 +++++++++++++++++----------------- src/definition.cpp | 16 ++++++++-------- src/dia.cpp | 18 +++++++++--------- src/diagram.cpp | 8 ++++---- src/docparser.cpp | 10 +++++----- src/doctokenizer.l | 2 +- src/dot.cpp | 18 +++++++++--------- src/dotrunner.cpp | 14 +++++++------- src/doxygen.cpp | 34 +++++++++++++++++----------------- src/filedef.cpp | 4 ++-- src/formula.cpp | 32 ++++++++++++++++---------------- src/htags.cpp | 6 +++--- src/message.cpp | 2 +- src/msc.cpp | 8 ++++---- src/plantuml.cpp | 16 ++++++++-------- src/portable.cpp | 52 ++++++++++++++++++++++++++-------------------------- src/portable.h | 2 +- src/pre.l | 2 +- src/util.cpp | 8 ++++---- src/vhdldocgen.cpp | 4 ++-- 23 files changed, 157 insertions(+), 157 deletions(-) diff --git a/src/cite.cpp b/src/cite.cpp index 40084b6..797881f 100644 --- a/src/cite.cpp +++ b/src/cite.cpp @@ -235,14 +235,14 @@ void CiteDict::generatePage() const // 5. run bib2xhtml perl script on the generated file which will insert the // bibliography in citelist.doc int exitCode; - Portables::sysTimerStop(); - if ((exitCode=Portables::system("perl","\""+bib2xhtmlFile+"\" "+bibOutputFiles+" \""+ + Portable::sysTimerStop(); + if ((exitCode=Portable::system("perl","\""+bib2xhtmlFile+"\" "+bibOutputFiles+" \""+ citeListFile+"\"")) != 0) { err("Problems running bibtex. Verify that the command 'perl --version' works from the command line. Exit code: %d\n", exitCode); } - Portables::sysTimerStop(); + Portable::sysTimerStop(); QDir::setCurrent(oldDir); diff --git a/src/config.xml b/src/config.xml index fb0e01a..dfe22e2 100644 --- a/src/config.xml +++ b/src/config.xml @@ -953,7 +953,7 @@ Go to the next section or return to the ]]> -