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:57:51 +0000 (01:57 -0400)
commit832f166b38acc9c68c9c1fcea1432d2ca881316b
tree784c9cd465e6c27143dc6bca12460e80b62bb2f2
parentbdc4cfe354051e4132d6ffa2da3e0942acb3f780
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>
Signed-off-by: Dan Scott <dan@coffeecode.net>
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