[cpp-xmltooling] 01/03: Revert "Syntax error on non-Windows branch of code."
Scott Cantor
cantor.2 at osu.edu
Thu Nov 16 16:17:02 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=ea20e3b9898254d8ec9abf987a4fc1b4a1c4f9dc
commit ea20e3b9898254d8ec9abf987a4fc1b4a1c4f9dc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: 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;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list