diff options
Diffstat (limited to 'nmeasource.cpp')
-rw-r--r-- | nmeasource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nmeasource.cpp b/nmeasource.cpp index e9bb222..e9e93ef 100644 --- a/nmeasource.cpp +++ b/nmeasource.cpp @@ -565,7 +565,7 @@ void NmeaSource::generateGPGSV(const QGeoPositionInfo& pos, const QList<QGeoSate // 1 = Number of sentences for full data .arg(nmsgs) // 2 = Sentence number - .arg(i) + .arg(i + 1) // 3 = Total number of satellites in view .arg(nsats) // 4 - 14 = IDs of SVs used in position fix |