Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: rename confusingly named local variable
Rename `val_` to `string`. The underscore suffix is normally reserved for data members, not locals, and it's not a great name in the first place. PR-URL: #1042 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
- Loading branch information