[xmltooling] 01/04: Revert "Syntax error on non-Windows branch of code."

Ferenc Wágner wferi at moszumanska.debian.org
Fri Nov 17 08:48:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

wferi pushed a commit to branch maint-1.6
in repository xmltooling.

commit ea20e3b9898254d8ec9abf987a4fc1b4a1c4f9dc
Author: Scott Cantor <cantor.2 at osu.edu>
Date:   Thu Nov 16 16:13:06 2017 -0500

    Revert "Syntax error on non-Windows branch of code."
    
    This reverts commit 1d1ab5641a49ca6c35c9d2d1eee6b1e1b33439d6.
---
 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 105bb0e..4880577 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