[xmltooling] 12/15: Fix non windows build

Ferenc Wágner wferi at moszumanska.debian.org
Fri Sep 8 22:04:27 UTC 2017


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

wferi pushed a commit to branch master
in repository xmltooling.

commit e9aeccbfd43febd8020e76638a72bd67478bef90
Author: Rod Widdowson <rdw at steadingsoftware.com>
Date:   Wed Aug 2 13:26:28 2017 +0100

    Fix non windows build
---
 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 8c0d8cc..1bc8715 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