[Pkg-electronics-commits] [gnucap] 38/43: fix: plugin not found error message
felix salfelder
felix-guest at moszumanska.debian.org
Wed Oct 4 03:21:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
felix-guest pushed a commit to branch master
in repository gnucap.
commit b1ae2d18c051d31b07b6790f543aa62d927e20bc
Author: al davis <ad211 at freeelectron.net>
Date: Wed Aug 23 17:17:50 2017 -0400
fix: plugin not found error message
---
include/patchlev.h | 2 +-
lib/c_attach.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/patchlev.h b/include/patchlev.h
index 49916bb..772ccd5 100644
--- a/include/patchlev.h
+++ b/include/patchlev.h
@@ -1 +1 @@
-#define PATCHLEVEL "develop 2017.06.26"
+#define PATCHLEVEL "fix 2017.07.18"
diff --git a/lib/c_attach.cc b/lib/c_attach.cc
index 77289d7..bec959b 100644
--- a/lib/c_attach.cc
+++ b/lib/c_attach.cc
@@ -97,7 +97,7 @@ public:
full_file_name = short_file_name;
}else{untested();
cmd.reset(here);
- throw Exception_CS("plugin not found in " + short_file_name[0], cmd);
+ throw Exception_CS(std::string("plugin not found in ") + short_file_name[0], cmd);
}
}else{
std::string path = plug_path();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gnucap.git
More information about the Pkg-electronics-commits
mailing list