[open-ils-commits] [GIT] Evergreen ILS branch master updated. fc01be26dcd91714217a9f5090f07a5966b757b6
Evergreen Git
git at git.evergreen-ils.org
Mon Oct 21 11:14:05 EDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via fc01be26dcd91714217a9f5090f07a5966b757b6 (commit)
from 3dd5ec033b5edaf948dfc5d1c0698efbff833018 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fc01be26dcd91714217a9f5090f07a5966b757b6
Author: Dan Scott <dscott at laurentian.ca>
Date: Mon Oct 21 11:12:06 2013 -0400
Fix "elfield" typo noted by Ben Ostrowsky
Per sylvar in IRC and in
https://bugs.launchpad.net/evergreen/+bug/1240636, "elfield" should be
"selfield" (even though the code in question is currently inside an "#if
0" block and will never execute).
Signed-off-by: Dan Scott <dscott at laurentian.ca>
diff --git a/Open-ILS/src/c-apps/oils_sql.c b/Open-ILS/src/c-apps/oils_sql.c
index eb3f48b..e72bb49 100644
--- a/Open-ILS/src/c-apps/oils_sql.c
+++ b/Open-ILS/src/c-apps/oils_sql.c
@@ -4461,7 +4461,7 @@ char* SELECT (
#if 0
if (is_agg->size || (flags & SELECT_DISTINCT)) {
- const jsonObject* aggregate_obj = jsonObjectGetKeyConst( elfield, "aggregate");
+ const jsonObject* aggregate_obj = jsonObjectGetKeyConst( selfield, "aggregate");
if ( ! obj_is_true( aggregate_obj ) ) {
if (gfirst) {
gfirst = 0;
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/c-apps/oils_sql.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list