-rw-r--r-- | libopie/odevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp index 7d8cdbf..25c9826 100644 --- a/libopie/odevice.cpp +++ b/libopie/odevice.cpp @@ -751,5 +751,5 @@ void Zaurus::init ( ) if ( f. open ( IO_ReadOnly )) { QTextStream ts ( &f ); - d-> m_sysverstr = ts. readLine ( ). mid ( 10 ); + d-> m_sysverstr = ts. readLine ( );//. mid ( 10 ); f. close ( ); } |