diff options
author | Bdale Garbee <bdale@gag.com> | 2018-10-06 18:55:05 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2018-10-06 18:55:05 -0600 |
commit | 073ebc77bbd813eb97c515ecf3c2d104d6157843 (patch) | |
tree | 806bfb284bd1901a5aa18c7d50bbceb804102489 /altoslib | |
parent | fb167d9f589d3e42e0f99b9f454a51a31e09050a (diff) | |
parent | 9e29ac8ed9a48fc4ac8e769eeb131dd7c58fedc4 (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'altoslib')
-rw-r--r-- | altoslib/AltosMapStore.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altoslib/AltosMapStore.java b/altoslib/AltosMapStore.java index 7af439c4..b1cfcbd7 100644 --- a/altoslib/AltosMapStore.java +++ b/altoslib/AltosMapStore.java @@ -68,7 +68,7 @@ public class AltosMapStore { center.lat, center.lon, z, px_size/scale, px_size/scale, AltosMap.maptype_names[maptype], format_string); } - public int status() { + public synchronized int status() { return status; } |