Change #278882
| Category | gtar |
| Changed by | Paul Eggert <eggert@cs.ucla.edu> |
| Changed at | Fri 21 Aug 2026 20:46:59 |
| Repository | git://git.savannah.gnu.org/tar.git |
| Project | gtar |
| Branch | master |
| Revision | 11034474cde17bb87bd5a12012e767cbfa426d04 |
Comments
tar: more-consistent EOF checking * src/names.c (read_name_from_file): Test sign of getc return, rather than checking exactly for EOF. This helps the compiler a little bit and is more consistent with other parts of this code.
Changed files
- src/names.c