summaryrefslogtreecommitdiff
path: root/Layout/LayoutStartup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Layout/LayoutStartup.cpp')
-rw-r--r--Layout/LayoutStartup.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Layout/LayoutStartup.cpp b/Layout/LayoutStartup.cpp
index 1662155..570761e 100644
--- a/Layout/LayoutStartup.cpp
+++ b/Layout/LayoutStartup.cpp
@@ -38,7 +38,6 @@ void LayoutStartup::updateGPS(bool gps) {
char buf[32];
size_t size;
- memset(buf, 0, sizeof(buf));
size = snprintf(buf, sizeof(buf), "%sGPS Detected", gps ? "" : "No ");
writeField(_fGps, buf, size);
}