emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103417: * dired.c (Ffile_attributes)


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103417: * dired.c (Ffile_attributes): Increase size of modes from 10 to 12
Date: Thu, 24 Feb 2011 22:30:50 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103417
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Thu 2011-02-24 22:30:50 -0800
message:
  * dired.c (Ffile_attributes): Increase size of modes from 10 to 12
modified:
  src/ChangeLog
  src/dired.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-02-23 20:41:43 +0000
+++ b/src/ChangeLog     2011-02-25 06:30:50 +0000
@@ -1,3 +1,9 @@
+2011-02-25  Paul Eggert  <address@hidden>
+
+       * dired.c (Ffile_attributes): Increase size of modes from 10 to 12
+       as per recent filemodestring API change.  Reported by Jonas Ă–ster in
+       <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg01069.html>.
+
 2011-02-23  Ben Key  <address@hidden>  (tiny change)
 
        * nsterm.m (ns_draw_window_cursor): Obey the cursor_width argument

=== modified file 'src/dired.c'
--- a/src/dired.c       2011-02-22 18:32:51 +0000
+++ b/src/dired.c       2011-02-25 06:30:50 +0000
@@ -937,7 +937,7 @@
   Lisp_Object dirname;
   struct stat sdir;
 #endif /* BSD4_2 */
-  char modes[10];
+  char modes[12];
   Lisp_Object handler;
   struct gcpro gcpro1;
   char *uname = NULL, *gname = NULL;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]