[cpp-xmltooling] branch maint-1.6 updated: Syntax error on non-Windows branch of code.

Scott Cantor cantor.2 at osu.edu
Mon Nov 13 18:19:55 EST 2017


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

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

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

The following commit(s) were added to refs/heads/maint-1.6 by this push:
       new  1d1ab56   Syntax error on non-Windows branch of code.
1d1ab56 is described below

commit 1d1ab5641a49ca6c35c9d2d1eee6b1e1b33439d6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: 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;

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


More information about the commits mailing list