]> git.evergreen-ils.org Git - Evergreen.git/commit
Added comments; tinkered with white space here and there.
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 7 Mar 2010 19:33:15 +0000 (19:33 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sun, 7 Mar 2010 19:33:15 +0000 (19:33 +0000)
commitab4e90e64fcc8fbb2b23bc4de1f4ce2876afce01
treee6ffb56a37e72011a5f95df6cfc6b896ec61eac7
parent09079e3148b58c88c6827b1598cac281c3223d12
Added comments; tinkered with white space here and there.

Rearranged the code a bit for clarity, without changing functionality.

In doFieldMapperSearch():

- Renamed meta to class_meta, in order to distiguish it from method metadata.
- Rename obj to row_obj, which is more descriptive, and moved its declaration
  closer to its first use.
- Moved the declaration of dedup and links closer to their first uses.

In oilsMakeFieldmapperFromResult():

- Moved the declarations of several variables closer to their first uses.
- Eliminated a couple of unnecessary calls to memset().

M    Open-ILS/src/c-apps/oils_cstore.c

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