This commit is contained in:
Elliot Lee 2004-12-23 20:29:25 +00:00
parent be1f689d9f
commit c420d8118c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
+ || (!stat (swapFiles[i], &swapped)
+ && !stat (fname, &swapping)
+ && (swapped.st_dev == swapping.st_dev
+ && swapped.st_ino == swapping.st_ino)))
+ && swapped.st_ino == swapping.st_ino))
+ )
return 1;
+ }