| commit | 2f6831b8066cd758e2f39c38503d2fa41608b9a7 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Thu Nov 17 09:35:20 2022 -0700 |
| committer | Tom Tromey <tromey@adacore.com> | Thu Nov 17 09:35:20 2022 -0700 |
| tree | 06b2a84543c04adcc35267fc7eca48ffe12d3681 | |
| parent | 03acd4d85430c8afaa72db4daf1421ee82df53ec [diff] |
Use boolean literals for pagination_enabled I noticed a couple of spots that used '0' rather than 'false' when modifying pagination_enabled. This patch cleans these up.