emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/dired.c


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/dired.c
Date: Sun, 14 Jul 2002 22:14:17 -0400

Index: emacs/src/dired.c
diff -c emacs/src/dired.c:1.96 emacs/src/dired.c:1.97
*** emacs/src/dired.c:1.96      Sun Jul 14 20:00:36 2002
--- emacs/src/dired.c   Sun Jul 14 22:14:17 2002
***************
*** 275,281 ****
                  if (nchars > nbytes)
                    abort ();
                      
!                 SCHARS (fullname) = nchars;
                  if (nchars == nbytes)
                    STRING_SET_UNIBYTE (fullname);
                  
--- 275,281 ----
                  if (nchars > nbytes)
                    abort ();
                      
!                 STRING_SET_CHARS (fullname, nchars);
                  if (nchars == nbytes)
                    STRING_SET_UNIBYTE (fullname);
                  



reply via email to

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