]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/fileio.c (Fexpand_file_name): Omit unnecessary assignment.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 Aug 2020 05:35:54 +0000 (22:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 29 Aug 2020 05:36:55 +0000 (22:36 -0700)
src/fileio.c

index 47e5e46a00355ef7cadff6bea59c34f8c35393d3..66010b687831d5fcee16ad15404e5db10b1ba928 100644 (file)
@@ -1384,7 +1384,6 @@ the root directory.  */)
 #else  /* not DOS_NT */
   target = SAFE_ALLOCA (tlen);
 #endif /* not DOS_NT */
-  *target = 0;
   nbytes = 0;
 
   if (newdir)