Commit 5dbbd6bc authored by Nick Mathewson's avatar Nick Mathewson 🐚
Browse files

Merge branch 'maint-0.2.9' into maint-0.3.0

parents 3336f26e 67cec757
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4824,7 +4824,7 @@ tor_version_parse_platform(const char *platform,
  if (strict) {
    if (router_version->major < 0 ||
        router_version->minor < 0 ||
        router_version->minor < 0 ||
        router_version->micro < 0 ||
        router_version->patchlevel < 0 ||
        router_version->svn_revision < 0) {
      return -1;