[hamradio-commits] [gnss-sdr] 121/126: fix typo

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Sat Dec 26 18:38:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit 589342e4a4250536b156098c60d7f605f7e1178d
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Fri Dec 25 12:27:08 2015 +0100

    fix typo
---
 src/algorithms/PVT/libs/rtcm_printer.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/algorithms/PVT/libs/rtcm_printer.cc b/src/algorithms/PVT/libs/rtcm_printer.cc
index 6eec2d3..76b943a 100644
--- a/src/algorithms/PVT/libs/rtcm_printer.cc
+++ b/src/algorithms/PVT/libs/rtcm_printer.cc
@@ -220,7 +220,7 @@ bool Rtcm_Printer::Print_Rtcm_MSM(unsigned int msm_number, const Gps_Ephemeris &
         }
 
 
-    Rtcm_Printer::Print_Message(msm7);
+    Rtcm_Printer::Print_Message(msm);
     return true;
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list