Skip to content

Commit

Permalink
Compilation error in release compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed May 23, 2024
1 parent 243cbef commit 138e568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/orionld/q/qLex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ static QNode* qTermPush(QNode* prev, char* term, bool* lastTermIsTimestampP, cha
int Zs = 0;
char* sP = term;
bool dateTime = false;
QNodeType type;
QNodeType type = QNodeVoid;

if (strcmp(sP, "true") == 0)
type = QNodeTrueValue;
Expand Down

0 comments on commit 138e568

Please sign in to comment.