]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Minor tweak to avoid undefined behavior.
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 9 Nov 2009 14:46:20 +0000 (14:46 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 9 Nov 2009 14:46:20 +0000 (14:46 +0000)
commitcf7d90bf4c3486f0d3329b39dc646647200bb09d
tree7f281d8bc83cb403c8f1ec672245df571f6f1f76
parent9e529321287a76fe59a6210dc89ebe72fd4898ff
Minor tweak to avoid undefined behavior.

In SELECT() we issue a debug message to display the locale.  However
the locale can be NULL.  I added an explicit test to replace a NULL
with "(none)".

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

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