mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-17 03:32:39 +02:00
13 lines
254 B
Diff
13 lines
254 B
Diff
--- a/src/fold.c
|
|
+++ b/src/fold.c
|
|
@@ -1129,9 +1129,6 @@
|
|
fold_T *fp;
|
|
int i;
|
|
|
|
- if (gap->ga_len == 0 || gap->ga_data == NULL)
|
|
- return FALSE;
|
|
-
|
|
/*
|
|
* Perform a binary search.
|
|
* "low" is lowest index of possible match.
|