[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 64adfaeacb6fc4061ef63ef391f369daecae5261

Evergreen Git git at git.evergreen-ils.org
Mon Oct 21 11:14:52 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, rel_2_3 has been updated
       via  64adfaeacb6fc4061ef63ef391f369daecae5261 (commit)
      from  fc5c2d8a1555cdc215195d4be7595a7115e3519c (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 64adfaeacb6fc4061ef63ef391f369daecae5261
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 5e695e1..0654a95 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