fixes warning
This commit is contained in:
parent
a1df279374
commit
753e61dfa0
@ -17,7 +17,7 @@ void check_valid_query(cJSON* numfound)
|
|||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
void get_authors(cJSON* bookinfo, char authors[256])
|
void get_authors(cJSON* bookinfo, char* authors)
|
||||||
{
|
{
|
||||||
char* temp_author;
|
char* temp_author;
|
||||||
size_t new_len;
|
size_t new_len;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user