This commit is contained in:
Elliot Lee 2004-12-23 20:29:25 +00:00
parent be1f689d9f
commit c420d8118c

View File

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