[xmltooling] 05/05: Syntax error on non-Windows branch of code.
Etienne Dysli Metref
edm-guest at moszumanska.debian.org
Thu Nov 16 08:00:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
edm-guest pushed a commit to branch maint-1.6
in repository xmltooling.
commit 1d1ab5641a49ca6c35c9d2d1eee6b1e1b33439d6
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Mon Nov 13 18:19:51 2017 -0500
Syntax error on non-Windows branch of code.
---
xmltooling/util/ReloadableXMLFile.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xmltooling/util/ReloadableXMLFile.cpp b/xmltooling/util/ReloadableXMLFile.cpp
index 4880577..105bb0e 100644
--- a/xmltooling/util/ReloadableXMLFile.cpp
+++ b/xmltooling/util/ReloadableXMLFile.cpp
@@ -295,7 +295,7 @@ void* ReloadableXMLFile::reload_fn(void* pv)
#else
struct stat stat_buf;
if (stat(r->m_source.c_str(), &stat_buf) != 0)
- continue
+ continue;
#endif
if (r->m_filestamp >= stat_buf.st_mtime)
continue;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git
More information about the Pkg-shibboleth-devel
mailing list