diff options
| author | Paul Eggert | 2025-07-13 09:35:38 -0700 |
|---|---|---|
| committer | Paul Eggert | 2025-07-13 21:09:39 -0700 |
| commit | 8ac78986ff7028c249f136b3523dacf0693c22d3 (patch) | |
| tree | 5c8bd447feb63009597e92ec4d2f088eb2735d11 /java | |
| parent | f4adb56c9adc9b4f4715c656f1f8cfa7305479e5 (diff) | |
| download | emacs-8ac78986ff7028c249f136b3523dacf0693c22d3.tar.gz emacs-8ac78986ff7028c249f136b3523dacf0693c22d3.zip | |
int → ptrdiff_t for read results
* src/fileio.c (Finsert_file_contents): Use ptrdiff_t, not int, to
store results returned by emacs_fd_read, which return ptrdiff_t.
This doesn’t fix any bugs since the values happen to fit in int,
but is a bit clearer and may simplify future changes.
Diffstat (limited to 'java')
0 files changed, 0 insertions, 0 deletions