]> git.evergreen-ils.org Git - Evergreen.git/commit
1. In main() we allocate a growing_buffer named "json". I added a
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 31 Jan 2008 19:01:25 +0000 (19:01 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 31 Jan 2008 19:01:25 +0000 (19:01 +0000)
commitec4428b465002d5105bbfc47756cd22b2a5dbfbd
tree0ef67ffc7c91cc7fab8de59297409cf0c262ca03
parentcea8793391a4a21bcf4e2df9eb75ae01709cb6ba
1. In main() we allocate a growing_buffer named "json".  I added a
line to free it.

2. In commitTransaction() and rollbackTransaction() I eliminated
a layer of jsonObjectClone(), along with the associated
jsonObjectFree().  Now we extract the string we want directly from
the original object without making an unnecessary copy.

3. I renamed the four macros starting with "E" so as to start
with "E_" instead.

4. All functions (other than main()) are now static, as are the three
variables that had been declared at global scope.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@8550 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/oils_dataloader.c