[cpp-xmltooling] branch master updated: Fix non windows build

Rod Widdowson rdw at steadingsoftware.com
Wed Aug 2 08:26:40 EDT 2017


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

rdw pushed a commit to branch master
in repository cpp-xmltooling.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=e9aeccbfd43febd8020e76638a72bd67478bef90

The following commit(s) were added to refs/heads/master by this push:
       new  e9aeccb   Fix non windows build
e9aeccb is described below

commit e9aeccbfd43febd8020e76638a72bd67478bef90
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: 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;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list