This commit is contained in:
parent
4c8e7b8513
commit
4bde15505e
@ -1,22 +0,0 @@
|
||||
Index: yaz-5.22.0/src/zoom-sru.c
|
||||
===================================================================
|
||||
--- yaz-5.22.0.orig/src/zoom-sru.c
|
||||
+++ yaz-5.22.0/src/zoom-sru.c
|
||||
@@ -145,7 +145,7 @@ zoom_ret ZOOM_connection_srw_send_scan(Z
|
||||
zoom_ret ZOOM_connection_srw_send_search(ZOOM_connection c)
|
||||
{
|
||||
int i;
|
||||
- int *start, *count;
|
||||
+ int *start=0, *count;
|
||||
ZOOM_resultset resultset = 0;
|
||||
Z_SRW_PDU *sr = 0;
|
||||
const char *option_val = 0;
|
||||
@@ -253,7 +253,7 @@ static zoom_ret handle_srw_response(ZOOM
|
||||
Z_SRW_searchRetrieveResponse *res)
|
||||
{
|
||||
ZOOM_resultset resultset = 0;
|
||||
- int *start, *count;
|
||||
+ int *start=0, *count;
|
||||
int i;
|
||||
NMEM nmem;
|
||||
ZOOM_Event event;
|
Loading…
x
Reference in New Issue
Block a user