[cpp-log4shib] 10/13: New patch Drop-superfluous-scope-to-help-Doxygen-find-the-decl.patch
Scott Cantor
cantor.2 at osu.edu
Tue Oct 19 16:14:31 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/1.0.9-3
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=d69ed62e587a7fc9934c10cbc7d82ac62dcd04d5
commit d69ed62e587a7fc9934c10cbc7d82ac62dcd04d5
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Tue Apr 12 14:18:51 2016 +0200
New patch Drop-superfluous-scope-to-help-Doxygen-find-the-decl.patch
Drop superfluous scope to help Doxygen find the declaration
---
...fluous-scope-to-help-Doxygen-find-the-decl.patch | 21 +++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 22 insertions(+)
diff --git a/debian/patches/Drop-superfluous-scope-to-help-Doxygen-find-the-decl.patch b/debian/patches/Drop-superfluous-scope-to-help-Doxygen-find-the-decl.patch
new file mode 100644
index 0000000..8a2702e
--- /dev/null
+++ b/debian/patches/Drop-superfluous-scope-to-help-Doxygen-find-the-decl.patch
@@ -0,0 +1,21 @@
+From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi at niif.hu>
+Date: Tue, 12 Apr 2016 14:17:24 +0200
+Subject: Drop superfluous scope to help Doxygen find the declaration
+
+---
+ src/Category.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Category.cpp b/src/Category.cpp
+index b6dd3d2..0eb083b 100644
+--- a/src/Category.cpp
++++ b/src/Category.cpp
+@@ -201,7 +201,7 @@ namespace log4shib {
+
+ /* assume lock is held */
+ bool Category::ownsAppender(Appender* appender,
+- Category::OwnsAppenderMap::iterator& i2) throw() {
++ OwnsAppenderMap::iterator& i2) throw() {
+ bool owned = false;
+
+ if (NULL != appender) {
diff --git a/debian/patches/series b/debian/patches/series
index b69301a..956f669 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ Detach-upstream-debian-directory-from-the-build-syst.patch
Don-t-leak-the-build-flags-into-the-pkg-config-file.patch
Fix-Doxygen-formatting-issues.patch
Remove-obsolete-MAX_DOT_GRAPH_-WIDTH-HEIGHT-Doxygen-.patch
+Drop-superfluous-scope-to-help-Doxygen-find-the-decl.patch
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list