[Pkg-privacy-commits] [onioncat] 235/241: syntax error fixed
Intrigeri
intrigeri at moszumanska.debian.org
Wed Aug 26 16:17:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch upstream-master
in repository onioncat.
commit 0081f4b0d7cd5fec7141b5936d80f0de0291cbdd
Author: eagle <eagle at 58e1ccc2-750e-0410-8d0d-f93ca75ab447>
Date: Wed Mar 19 12:54:11 2014 +0000
syntax error fixed
git-svn-id: https://www.cypherpunk.at/svn/onioncat/trunk@564 58e1ccc2-750e-0410-8d0d-f93ca75ab447
---
src/ocathosts.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ocathosts.c b/src/ocathosts.c
index 0bdf0a4..3c58504 100644
--- a/src/ocathosts.c
+++ b/src/ocathosts.c
@@ -98,7 +98,7 @@ int hosts_file_modified_r(struct timespec *ts)
#elif HAVE_STAT_ST_MTIMESPEC
*ts = st.st_mtimespec;
#else
- ts.tv_sec = st.st_mtime;
+ ts->tv_sec = st.st_mtime;
#endif
return 1;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncat.git
More information about the Pkg-privacy-commits
mailing list