1. Fixed a bug whereby the display of request results was not showing up
when pretty-printing was turned off. We were calling jsonObjectGetString()
when we should have been calling jsonObjectToJSON(), and thereby getting
NULL instead of a usable string, for any but the most trivial of results.
Also: applied some minor refinements to nearby code.
2. In handle_request(): eliminated a couple of superfluous variables.
3. Corrected an erroneous statement in the help message. Request output
passes through less when raw_print is false, not when it's true.
4. Tidied up the white space here and there.
M src/srfsh/srfsh.c
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1848
9efc2488-bf62-4759-914b-
345cdb29e865