comparison src/dired.c @ 276:6330739388db r21-0b36

Import from CVS: tag r21-0b36
author cvs
date Mon, 13 Aug 2007 10:30:37 +0200
parents c5d627a313b1
children 7df0dd720c89
comparison
equal deleted inserted replaced
275:a68ae4439f57 276:6330739388db
145 145
146 /* #### I don't think the code under `if' is necessary 146 /* #### I don't think the code under `if' is necessary
147 anymore. The crashes in this function were reported 147 anymore. The crashes in this function were reported
148 because MAXNAMLEN was used to remember the *whole* 148 because MAXNAMLEN was used to remember the *whole*
149 statbuf, instead of using MAXPATHLEN. This should be 149 statbuf, instead of using MAXPATHLEN. This should be
150 tested after 20.5 is released. */ 150 tested after 21.0 is released. */
151 151
152 /* We normally use the buffer created by alloca. 152 /* We normally use the buffer created by alloca.
153 However, if the file name we get too big, we'll use a 153 However, if the file name we get too big, we'll use a
154 malloced buffer, and free it. It is undefined how 154 malloced buffer, and free it. It is undefined how
155 stat() will react to this, but we avoid a buffer 155 stat() will react to this, but we avoid a buffer