aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgBase.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgeo/geocaching/cgBase.java')
-rw-r--r--src/cgeo/geocaching/cgBase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgeo/geocaching/cgBase.java b/src/cgeo/geocaching/cgBase.java
index 2a96036..4ffe5af 100644
--- a/src/cgeo/geocaching/cgBase.java
+++ b/src/cgeo/geocaching/cgBase.java
@@ -2551,7 +2551,7 @@ public class cgBase {
String count = findMatcher.group(1);
if (count != null) {
- count = count.trim();
+ count = count.trim().replaceAll(",", "");
if (count.length() == 0) {
findCount = 0;