Mercurial > emacs
changeset 61151:be58652085b8
(search_embedded_absfilename): Fix last change.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 30 Mar 2005 22:33:00 +0000 |
parents | 20dc81ce84e7 |
children | 8ee11f15019d |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Wed Mar 30 22:20:24 2005 +0000 +++ b/src/fileio.c Wed Mar 30 22:33:00 2005 +0000 @@ -2078,7 +2078,7 @@ #if defined (APOLLO) || defined (WINDOWSNT) || defined(CYGWIN) /* // at start of file name is meaningful in Apollo, WindowsNT and Cygwin systems. */ - && !(IS_DIRECTORY_SEP (p[0]) && p - 1 != nm) + && !(IS_DIRECTORY_SEP (p[0]) && p - 1 == nm) #endif /* not (APOLLO || WINDOWSNT || CYGWIN) */ ) {