Skip to content

Commit

Permalink
Merge branch 'core/scmver'
Browse files Browse the repository at this point in the history
* core/scmver:
  hygiene, whitespace is overread by strtoul() already
  • Loading branch information
hroptatyr committed Sep 10, 2015
2 parents 4a6e7f7 + 4a0d58d commit c51c7c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/yuck-scmver.c
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,6 @@ bzr_version(struct yuck_version_s v[static 1U])
break;
}
/* read over all the whitespace to find the tag's revno */
while (*++bp == ' ');
with (unsigned int rno = strtoul(bp, NULL, 10)) {
v->dist = v->rvsn - rno;
}
Expand Down

0 comments on commit c51c7c1

Please sign in to comment.