From: Eli Zaretskii Date: Sat, 13 Jan 2007 21:45:34 +0000 (+0000) Subject: (Ffile_attributes): Fix last change. X-Git-Tag: emacs-pretest-22.0.93~153 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=345c6b242023970aee2334b686fe34c16c9439a2;p=emacs.git (Ffile_attributes): Fix last change. --- 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);