remove some more vestiges of cvs

svn:r8229
This commit is contained in:
Roger Dingledine
2006-08-26 06:51:02 +00:00
parent da7ed996e2
commit c0cb1c7bd2
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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));