diff options
author | Théophane Hufschmitt <theophane.hufschmitt@tweag.io> | 2023-06-15 21:24:14 +0200 |
---|---|---|
committer | Théophane Hufschmitt <theophane.hufschmitt@tweag.io> | 2023-06-15 21:24:14 +0200 |
commit | b2247ef4f6b02cf4e666455eb9afc86398fff35d (patch) | |
tree | bc435a9b55757db20bb3e1cf0005203e2e3c8b7e /.dir-locals.el | |
parent | e672d52f7caae591e4d07747a312f2bef538bbea (diff) |
Don't assume the type of string::size_type
The code accidentally conflated `std::string::size_type` and `long unsigned int`.
This was fine on 64bits machines where they are apparently the same in
practice, but not on 32bits. Fix that by using `std::string::size_type`
everywhere.
Diffstat (limited to '.dir-locals.el')
0 files changed, 0 insertions, 0 deletions