Index: trunk/BNC/GPSS/gpssDecoder.cpp
===================================================================
--- trunk/BNC/GPSS/gpssDecoder.cpp	(revision 1432)
+++ trunk/BNC/GPSS/gpssDecoder.cpp	(revision 1433)
@@ -93,5 +93,5 @@
         }
       }
-      _buffer.mid(reqLength);
+      _buffer = _buffer.mid(reqLength);
     }
 
@@ -110,5 +110,5 @@
         emit newGPSEph(gpsEph);
       }
-      _buffer.mid(reqLength);
+      _buffer = _buffer.mid(reqLength);
     }
 
