diff options
| author | Ben Winston | 2024-05-11 21:04:03 -0400 |
|---|---|---|
| committer | Ben Winston | 2024-05-11 21:04:03 -0400 |
| commit | 9923100cba261e0f3fc391ed3266b54186f1f22c (patch) | |
| tree | 9fe80226c4799e762d8f7fd90b5da69718a15beb | |
| parent | a92a68cd10b4295fb5173356d711ac2e1f02d1b1 (diff) | |
bugfix: extra published attribute
| -rw-r--r-- | booki.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -309,8 +309,6 @@ void print_book(struct Book book, bool all_fields) { char* intfmt = " - %s: %d\n"; if (book.isbn.ptr) printf(esfmt, "isbn", book.isbn.len, book.isbn.ptr); - if (book.published) - printf(esfmt, "published", book.published); if (book.language.ptr) printf(esfmt, "language", book.language.len, book.language.ptr); if (book.translator.ptr) |
