[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. 211dcf5aea872bfbc0c36cd3ea6ca7da9c026db9

Evergreen Git git at git.evergreen-ils.org
Mon Oct 21 11:14:37 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_4 has been updated
       via  211dcf5aea872bfbc0c36cd3ea6ca7da9c026db9 (commit)
      from  d6688ef320cdeda5154ed1e374237688e79e3456 (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 211dcf5aea872bfbc0c36cd3ea6ca7da9c026db9
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