diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-17 22:34:44 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-17 22:34:44 +0000 |
commit | 81facc2e94c56fc62eaf98b3aaef0c643707b614 (patch) | |
tree | dffab091bbee09f4b07dab594c953a79322407ce /qpegps/qpegps-cvs | |
parent | 604fe06c1df14ef4fbe6d1947b7f8f823dd1096c (diff) |
make qpegps work again
BKrev: 41228804IOGDCac2Q0keV15IH4himw
Diffstat (limited to 'qpegps/qpegps-cvs')
-rw-r--r-- | qpegps/qpegps-cvs/gpsd-fix.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/qpegps/qpegps-cvs/gpsd-fix.patch b/qpegps/qpegps-cvs/gpsd-fix.patch index e69de29bb2..0b15166548 100644 --- a/qpegps/qpegps-cvs/gpsd-fix.patch +++ b/qpegps/qpegps-cvs/gpsd-fix.patch @@ -0,0 +1,15 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- qpegps/client.cpp~gpss-fix ++++ qpegps/client.cpp +@@ -301,6 +301,7 @@ + dataPos = dataStr.find('=')-1; + } + } ++ while( socket->getch()>0){;} + if(positionChanged) + { + gpsData->adjustDatum(); |