* src/fileio.c (Fexpand_file_name): Omit unnecessary assignment.
This commit is contained in:
parent
726b758005
commit
2b59cfaaa3
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue