oops, pesky debugging message got through.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@489 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
38f07b67de
commit
1ae6ae839d
@ -2066,9 +2066,6 @@ p_same_file(void) {
|
||||
/* file does not exist, but was opened? Return -1 */
|
||||
return(FALSE);
|
||||
}
|
||||
if (strcmp(f1,f2) == 0) {
|
||||
printf("Here I go with %s and %s\n", f1, f2);
|
||||
}
|
||||
return(buf1.st_ino == buf2.st_ino &&
|
||||
buf1.st_dev == buf2.st_dev);
|
||||
#else
|
||||
|
Reference in New Issue
Block a user