diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cgeo/geocaching/cgBase.java | 2 |
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; |
