]> git.eshelyaron.com Git - emacs.git/commitdiff
(Ffile_attributes): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Jan 2007 21:45:34 +0000 (21:45 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Jan 2007 21:45:34 +0000 (21:45 +0000)
src/dired.c

index adb452d12d5d3dc2c16da98651f05d9f71cc1ced..c542f8019db1996721234695c0cf555d93c54a94 100644 (file)
@@ -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);