Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cb154426
Commit
cb154426
authored
Nov 09, 2000
by
Gerd Moellmann
Browse files
(directory_files_internal): Fix a braino.
parent
388ac098
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/dired.c
src/dired.c
+1
-2
No files found.
src/dired.c
View file @
cb154426
...
...
@@ -251,8 +251,7 @@ directory_files_internal (directory, full, match, nosort, attrs)
directory_nbytes
);
if
(
needsep
)
XSTRING
(
fullname
)
->
data
[
directory_nbytes
+
1
]
=
DIRECTORY_SEP
;
XSTRING
(
fullname
)
->
data
[
directory_nbytes
]
=
DIRECTORY_SEP
;
bcopy
(
XSTRING
(
name
)
->
data
,
XSTRING
(
fullname
)
->
data
+
directory_nbytes
+
needsep
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment