comparison src/dired.c @ 80:1ce6082ce73f r20-0b90

Import from CVS: tag r20-0b90
author cvs
date Mon, 13 Aug 2007 09:06:37 +0200
parents 131b0175ea99
children 4be1180a9e89
comparison
equal deleted inserted replaced
79:5b0a5bbffab6 80:1ce6082ce73f
132 list = Qnil; 132 list = Qnil;
133 tail_cons = Qnil; 133 tail_cons = Qnil;
134 dirname_length = XSTRING_LENGTH (dirname); 134 dirname_length = XSTRING_LENGTH (dirname);
135 #ifndef VMS 135 #ifndef VMS
136 if (dirname_length == 0 136 if (dirname_length == 0
137 || !IS_ANY_SEP (string_byte (XSTRING (dirname), dirname_length - 1))) 137 || !IS_ANY_SEP (XSTRING_BYTE (dirname, dirname_length - 1)))
138 { 138 {
139 *filename++ = DIRECTORY_SEP; 139 *filename++ = DIRECTORY_SEP;
140 dirname_length++; 140 dirname_length++;
141 } 141 }
142 #endif /* VMS */ 142 #endif /* VMS */