commit | 78b4c0b8168dc867e0b822a3fec4f31ea1e3e16e | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Fri Jul 11 15:29:23 2014 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Fri Jul 11 15:29:23 2014 -0700 |
tree | 49a3a3297c6e82a814838897b98551c57728cf9b | |
parent | 217dc082d5cc2af1cc7c544f51ef15b4abe5be8b [diff] |
Subzero: Fix the name mangling code's base-36 increment. SZZZ_ was being incremented to S0000_ instead of S1000_. BUG= https://codereview.chromium.org/385273002/ R=wala@chromium.org Review URL: https://codereview.chromium.org/390533002