summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-08-18 09:24:42 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-08-18 09:24:42 (GMT)
commit5d00fa5862a1724bbe417e33d6c1a260607281ef (patch)
tree7d4505280038d9d817020a9939f03d034335ae6c
parent4518e537c26bc19c5621cf02e8b8cb21a18cb794 (diff)
downloadDoxygen-5d00fa5862a1724bbe417e33d6c1a260607281ef.zip
Doxygen-5d00fa5862a1724bbe417e33d6c1a260607281ef.tar.gz
Doxygen-5d00fa5862a1724bbe417e33d6c1a260607281ef.tar.bz2
Fixed typo and used QString for directory
-rw-r--r--src/cite.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cite.cpp b/src/cite.cpp
index a1b964a..378e7ee 100644
--- a/src/cite.cpp
+++ b/src/cite.cpp
@@ -166,10 +166,9 @@ void CiteDict::generatePage() const
f.close();
// 4. for all formats we just copy the bib files to as special output directory
- // s bibtex can find them without path (bibtex doesn't support paths or
+ // so bibtex can find them without path (bibtex doesn't support paths or
// filenames with spaces!)
// Strictly not required when only latex is generated
- // copy bib files to the latex output dir
QStrList &citeDataList = Config_getList("CITE_BIB_FILES");
QCString bibOutputDir = outputDir+"/"+bibTmpDir;
QCString bibOutputFiles = "";
@@ -198,7 +197,7 @@ void CiteDict::generatePage() const
bibdata = citeDataList.next();
}
- QCString oldDir = QDir::currentDirPath().utf8();
+ QString oldDir = QDir::currentDirPath();
QDir::setCurrent(outputDir);
// 5. run bib2xhtml perl script on the generated file which will insert the