summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-05-10 11:29:18 +0200
committerdefault <nobody@localhost>2024-05-10 11:29:18 +0200
commit1531e81a310311656d06c9ee0d31da31493e6de2 (patch)
tree5634b165d076c520e00a06714c1e2ef45a23665c /main.c
parent2b27a0d772cd294cfe1db67bbfdb2b58df585130 (diff)
Added a skip argument to content_search().
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 5e37340..819922f 100644
--- a/main.c
+++ b/main.c
@@ -379,7 +379,7 @@ int main(int argc, char *argv[])
int to;
/* 'url' contains the regex */
- xs *r = content_search(&snac, url, 1, 10, XS_ALL, &to);
+ xs *r = content_search(&snac, url, 1, 0, XS_ALL, 10, &to);
int c = 0;
char *v;