]> git.evergreen-ils.org Git - Evergreen.git/commit
Miscellaneous tweaks:
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 10 Feb 2009 03:46:33 +0000 (03:46 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 10 Feb 2009 03:46:33 +0000 (03:46 +0000)
commit3d207bf7155d585c90f8ab07c60736e4b4891c12
tree076ad83f7798b46376baa5d858aa3dece09c898e
parent394a2037d2c813d4b84d1bb3387f79c6f2fc8c88
Miscellaneous tweaks:

1. Simplified the logic in searchValueTransform().

2. In a debug message: changed format specification to %p for pointer
values, instead of %d.  Using %d will garble the output if ints and
pointers don't have the same size (and they don't on my laptop).

3. Corrected a typo in another message. The word "non-existant"
is non-existent.

4. For clarity: in several places, reversed the logic of some
if/elses so that we test for a positive condition instead of
a negative condition.

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