updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / libflaim / kybuild.patch
blob9f692206413a65361df3d45501c48a1b4e2af501
1 --- src/kybuild.cpp 2006-10-13 00:56:32.000000000 +0200
2 +++ src/kybuild.cpp 2008-05-03 20:32:59.000000000 +0200
3 @@ -533,8 +533,8 @@ FSTATIC RCODE flmProcessIndexedFld(
4 if (pIxd->uiFlags & IXD_OFFLINE)
6 if (uiContainerNum > pIxd->uiLastContainerIndexed ||
7 - uiContainerNum == pIxd->uiLastContainerIndexed &&
8 - uiDrn > pIxd->uiLastDrnIndexed)
9 + (uiContainerNum == pIxd->uiLastContainerIndexed &&
10 + uiDrn > pIxd->uiLastDrnIndexed))
12 continue;