]> git.eshelyaron.com Git - emacs.git/commit
Simplify read_dirent's MSDOS hacks
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 31 Jan 2015 07:11:55 +0000 (23:11 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 31 Jan 2015 07:12:18 +0000 (23:12 -0800)
commit512cdb9f2ba6dde0c24bfed13d095ea37e38a6ec
tree194a692680b2083dfc4b065cd17115a2ab0873d0
parente0be229d5f5e790338a71617a1c244029da4c75b
Simplify read_dirent's MSDOS hacks

* dired.c (read_dirent): Simplify by removing the need for the
DIR_ENTRY argument.  All callers changed.  This separates the
MS-DOS idiosyncrasies better from the rest of the code.
src/ChangeLog
src/dired.c