]> git.evergreen-ils.org Git - OpenSRF.git/commit
Corrected a glitch in the command-line parser. Now commas
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 6 Nov 2009 12:34:34 +0000 (12:34 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 6 Nov 2009 12:34:34 +0000 (12:34 +0000)
commitd44d23af8fdd73522ca6892830c58d22ed47df2d
tree2123d6c793d1e923b2584e85bb0f86f823c9cf5d
parentd426820f7d0c46de7c7efb8187148bc347f6d88e
Corrected a glitch in the command-line parser.  Now commas
are treated as the equivalent of white space between
parameters.  For example { "a":5 },{ "b":true } is parsed as
two separate JSON objects, even though there is no white space
between them.

M    src/srfsh/srfsh.c

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