projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8334eb2
)
(set_file_times): Fix typo in previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Sep 1994 00:48:04 +0000
(
00:48
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Sep 1994 00:48:04 +0000
(
00:48
+0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index cace5fa4ac17b343e0e84ba6099483811eb07486..95398fa500c85d7c49b7a1dc2defbf79dceec86c 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-3354,7
+3354,7
@@
readdirver (dirp)
\f
int
-set_file_times (
path
, atime, mtime)
+set_file_times (
filename
, atime, mtime)
char *filename;
EMACS_TIME atime, mtime;
{