diff options
author | Roger Dingledine <arma@torproject.org> | 2006-08-26 06:51:02 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-08-26 06:51:02 +0000 |
commit | c0cb1c7bd2d8c22ee467d7d84480e9295bcf22b7 (patch) | |
tree | a7a05b69a849202761366eb0583f7535103a9335 /src/or/routerparse.c | |
parent | da7ed996e2ad5b5ef2ca0e1f8b770027a0e460e7 (diff) | |
download | tor-c0cb1c7bd2d8c22ee467d7d84480e9295bcf22b7.tar.gz tor-c0cb1c7bd2d8c22ee467d7d84480e9295bcf22b7.zip |
remove some more vestiges of cvs
svn:r8229
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index ebcff84866..b9b3d2e029 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -1852,7 +1852,7 @@ tor_version_parse(const char *s, tor_version_t *out) if (!eos || eos==cp) return -1; cp = eos; - /* Get cvs status and status tag. */ + /* Get status tag. */ if (*cp == '-' || *cp == '.') ++cp; strlcpy(out->status_tag, cp, sizeof(out->status_tag)); |