]> git.evergreen-ils.org Git - OpenSRF.git/commit
fix up index/position type for calls of various osrfList* functions
authorGalen Charlton <gmc@esilibrary.com>
Mon, 21 May 2012 21:29:05 +0000 (17:29 -0400)
committerDan Scott <dan@coffeecode.net>
Tue, 22 May 2012 05:54:47 +0000 (01:54 -0400)
commit72e4f650e64328d153962c9da08305c54741be37
tree42ff6f88ce239019f11815147825cd2d740c24ec
parentbc8e92948bc15854d393e16bcf995b2ad99ccfb4
fix up index/position type for calls of various osrfList* functions

osrfListSet, osrfListRemove, osrfListGetIndex, and osrfListExtract
all expect unsigned ints for the index/position parameter.

src/jserver is ignored by this commit as its removal is pending.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
src/gateway/osrf_http_translator.c
src/libopensrf/osrf_json_tools.c
src/libopensrf/osrf_list.c
src/libopensrf/string_array.c
src/router/osrf_router.c