summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-08-30 10:59:09 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-08-30 10:59:09 +0000
commit280967745134e1caa6daef7fa3f246345fefe43f (patch)
treea55d77ad26133068b114e1dec1e7de89f429bd4e
parentUpgrade to 0.6.0. (diff)
Fix typo: radAll -> readAll.
Notes
Notes: svn path=/head/; revision=47155
-rw-r--r--x11/kdelibs2/files/patch-kdoctools::xml2man.cpp2
-rw-r--r--x11/kdelibs3/files/patch-kdoctools::xml2man.cpp2
-rw-r--r--x11/kdelibs4/files/patch-kdoctools::xml2man.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdelibs2/files/patch-kdoctools::xml2man.cpp b/x11/kdelibs2/files/patch-kdoctools::xml2man.cpp
index fb020b58532c..891dc9bcb853 100644
--- a/x11/kdelibs2/files/patch-kdoctools::xml2man.cpp
+++ b/x11/kdelibs2/files/patch-kdoctools::xml2man.cpp
@@ -7,7 +7,7 @@
- QCString contents;
- contents.assign(xmlFile.readAll());
- contents.truncate(xmlFile.size());
-+ QCString contents(xmlFile.radAll(), xmlFile.size() + 1);
++ QCString contents(xmlFile.readAll(), xmlFile.size() + 1);
xmlFile.close();
contents.replace( QRegExp( "<!--[^-]*-->" ), "" );
diff --git a/x11/kdelibs3/files/patch-kdoctools::xml2man.cpp b/x11/kdelibs3/files/patch-kdoctools::xml2man.cpp
index fb020b58532c..891dc9bcb853 100644
--- a/x11/kdelibs3/files/patch-kdoctools::xml2man.cpp
+++ b/x11/kdelibs3/files/patch-kdoctools::xml2man.cpp
@@ -7,7 +7,7 @@
- QCString contents;
- contents.assign(xmlFile.readAll());
- contents.truncate(xmlFile.size());
-+ QCString contents(xmlFile.radAll(), xmlFile.size() + 1);
++ QCString contents(xmlFile.readAll(), xmlFile.size() + 1);
xmlFile.close();
contents.replace( QRegExp( "<!--[^-]*-->" ), "" );
diff --git a/x11/kdelibs4/files/patch-kdoctools::xml2man.cpp b/x11/kdelibs4/files/patch-kdoctools::xml2man.cpp
index fb020b58532c..891dc9bcb853 100644
--- a/x11/kdelibs4/files/patch-kdoctools::xml2man.cpp
+++ b/x11/kdelibs4/files/patch-kdoctools::xml2man.cpp
@@ -7,7 +7,7 @@
- QCString contents;
- contents.assign(xmlFile.readAll());
- contents.truncate(xmlFile.size());
-+ QCString contents(xmlFile.radAll(), xmlFile.size() + 1);
++ QCString contents(xmlFile.readAll(), xmlFile.size() + 1);
xmlFile.close();
contents.replace( QRegExp( "<!--[^-]*-->" ), "" );