oops
This commit is contained in:
parent
be1f689d9f
commit
c420d8118c
@ -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;
|
||||||
+ }
|
+ }
|
||||||
|
Loading…
Reference in New Issue
Block a user