# HG changeset patch # User Ken Raeburn # Date 1026699257 0 # Node ID d101e617707c38fc697984ba00f9c31a227d6492 # Parent e7289ef367d8ea286e1ba9343932e3864fb219f7 * dired.c (directory_files_internal): Use STRING_SET_CHARS. diff -r e7289ef367d8 -r d101e617707c src/dired.c --- a/src/dired.c Mon Jul 15 02:13:38 2002 +0000 +++ b/src/dired.c Mon Jul 15 02:14:17 2002 +0000 @@ -275,7 +275,7 @@ if (nchars > nbytes) abort (); - SCHARS (fullname) = nchars; + STRING_SET_CHARS (fullname, nchars); if (nchars == nbytes) STRING_SET_UNIBYTE (fullname);