]> git.evergreen-ils.org Git - OpenSRF.git/commit
In osrfStringArrayRemove(): fixed a bug whereby we would decrement
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 12 Sep 2009 16:47:12 +0000 (16:47 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 12 Sep 2009 16:47:12 +0000 (16:47 +0000)
commit2b2c09f5de666e8feb2dcdec448dfc7b574fb0cb
tree1d4a639f7ee8cc86d28705969b0f37073b978c21
parent3a15ae113d8c37d7692d7f4bfa85703aefb6ff14
In osrfStringArrayRemove(): fixed a bug whereby we would decrement
the size member even if no string was actually removed.

Added Doxygen-style comments to document everything.

Removed a few comments in the header so that they wouldn't
override comments in the implementation file.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1776 9efc2488-bf62-4759-914b-345cdb29e865
include/opensrf/string_array.h
src/libopensrf/string_array.c