projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b30238
)
fix typo
author
Galen Charlton
<gmc@equinoxinitiative.org>
Thu, 31 Oct 2019 23:20:12 +0000
(19:20 -0400)
committer
Galen Charlton
<gmc@equinoxinitiative.org>
Thu, 16 Jan 2020 21:38:28 +0000
(16:38 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/c-apps/oils_sql.c
patch
|
blob
|
history
diff --git
a/Open-ILS/src/c-apps/oils_sql.c
b/Open-ILS/src/c-apps/oils_sql.c
index
4ab98fc
..
eb783e7
100644
(file)
--- a/
Open-ILS/src/c-apps/oils_sql.c
+++ b/
Open-ILS/src/c-apps/oils_sql.c
@@
-3206,7
+3206,7
@@
static char* searchBETWEENRange( osrfHash* field, const jsonObject* node ) {
static char* searchBETWEENPredicate( const char* class_alias,
osrfHash* field, const jsonObject* node ) {
- char* between_range = searchBETWEENRange(field, node)
+ char* between_range = searchBETWEENRange(field, node)
;
if( NULL == between_range )
return NULL;