diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/randlm/files/patch-BitArray.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/randlm/files/patch-BitArray.cpp b/textproc/randlm/files/patch-BitArray.cpp deleted file mode 100644 index b97ecbc52d28..000000000000 --- a/textproc/randlm/files/patch-BitArray.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/LDHT/BitArray.cpp.orig 2017-03-07 01:14:52 UTC -+++ src/LDHT/BitArray.cpp -@@ -115,7 +115,7 @@ uint64_t BitArray::getLength() { - } - - bool BitArray::validArrayIndex(uint64_t index) { -- if (index >= 0 && index <= getLength()) -+ if (index >= 1 && index <= getLength()) - return true; - else - return false; |