summaryrefslogtreecommitdiff
path: root/databases/kmysqladmin/patches/patch-kmysqladmin_helpers_tfunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/kmysqladmin/patches/patch-kmysqladmin_helpers_tfunctions.h')
-rw-r--r--databases/kmysqladmin/patches/patch-kmysqladmin_helpers_tfunctions.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/kmysqladmin/patches/patch-kmysqladmin_helpers_tfunctions.h b/databases/kmysqladmin/patches/patch-kmysqladmin_helpers_tfunctions.h
deleted file mode 100644
index f3c45fee51b..00000000000
--- a/databases/kmysqladmin/patches/patch-kmysqladmin_helpers_tfunctions.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-kmysqladmin_helpers_tfunctions.h,v 1.1 2013/05/23 18:38:36 joerg Exp $
-
---- kmysqladmin/helpers/tfunctions.h.orig 2013-05-23 17:28:38.000000000 +0000
-+++ kmysqladmin/helpers/tfunctions.h
-@@ -167,7 +167,7 @@ namespace tfunctions {
- Explode(){};
- stringlist operator()(const std::string&s,const std::string&delemiter,bool aTrimit)
- {
-- unsigned int pos;
-+ std::string::size_type pos;
- stringlist l;
- std::string iLine = s;
- while ( (pos = iLine.find(delemiter))!=std::string::npos) {