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
d549c5db
Commit
d549c5db
authored
Jul 16, 2002
by
Ken Raeburn
Browse files
* dired.c (directory_files_internal): Use SSET.
parent
29f44a37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dired.c
src/dired.c
+1
-1
No files found.
src/dired.c
View file @
d549c5db
...
...
@@ -263,7 +263,7 @@ directory_files_internal (directory, full, match, nosort, attrs)
directory_nbytes
);
if
(
needsep
)
S
REF
(
fullname
,
directory_nbytes
)
=
DIRECTORY_SEP
;
S
SET
(
fullname
,
directory_nbytes
,
DIRECTORY_SEP
)
;
bcopy
(
SDATA
(
name
),
SDATA
(
fullname
)
+
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