]> git.evergreen-ils.org Git - OpenSRF.git/commit
Small performance tweak.
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 5 Oct 2009 18:53:02 +0000 (18:53 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 5 Oct 2009 18:53:02 +0000 (18:53 +0000)
commitdacfb1cffe6960a41bca6ef9915a40b958ba2b98
tree4650c60ef4b2dfc78b0e4f191237b727d0b42569
parentb193d7d98131b5b9a31481a2cfb724f347cb269c
Small performance tweak.

Replaced two occurrences of jsonParseString( "[]" ) with the
equivalant (and faster) call to jsonNewObject( JSON_ARRAY ).

M    src/libopensrf/osrf_application.c
M    src/srfsh/srfsh.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1808 9efc2488-bf62-4759-914b-345cdb29e865
src/libopensrf/osrf_application.c
src/srfsh/srfsh.c