mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
remove some more vestiges of cvs
svn:r8229
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user