summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bm/bmrequest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bm/bmrequest.cpp b/src/bm/bmrequest.cpp
index 7921bb0..9a519f6 100644
--- a/src/bm/bmrequest.cpp
+++ b/src/bm/bmrequest.cpp
@@ -4731,7 +4731,7 @@ void BMRequest_GetResult::handleReply_Raw(const QStringList &args) const
QList<int> timestamps;
QStringList sha1s;
QList<qreal> values;
- qreal maxNeighborRatio;
+ qreal maxNeighborRatio = -1;
int maxNeighborRatioPos = -1;
QDomNodeList valueNodes = doc.elementsByTagName("value");