From 345c6b242023970aee2334b686fe34c16c9439a2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 13 Jan 2007 21:45:34 +0000 Subject: [PATCH] (Ffile_attributes): Fix last change. --- src/dired.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dired.c b/src/dired.c index adb452d12d5..c542f8019db 100644 --- a/src/dired.c +++ b/src/dired.c @@ -930,7 +930,7 @@ Elements of the attribute list are: char modes[10]; Lisp_Object handler; struct gcpro gcpro1; - int uid, gid, ino; + EMACS_INT uid, gid, ino; filename = Fexpand_file_name (filename, Qnil); -- 2.39.5