summaryrefslogtreecommitdiff
path: root/gpsdclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpsdclient.c')
-rw-r--r--gpsdclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsdclient.c b/gpsdclient.c
index 22f2b0af..cd52835f 100644
--- a/gpsdclient.c
+++ b/gpsdclient.c
@@ -32,7 +32,7 @@
double fdsec, fsec, fdeg, fmin;
if (f < 0 || f > 360) {
- (void)strlcpy(str, "nan", 40);
+ (void)strlcpy(str, "nan", sizeof(str));
return str;
}