diff options
Diffstat (limited to 'booki.c')
| -rw-r--r-- | booki.c | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -367,13 +367,8 @@ char** search(int argc, char* argv[]) { if (print) { print_book(*book, search_opts.show); + book_count++; } - book_count++; - } - - printf("\n--\ncount: %d\n", book_count); - for (int i = 0; i < book_count; i++) { - print_book(books[i], true); } free(data); |
