From eb414eb5d393f0f727e833fc8901aef096558997 Mon Sep 17 00:00:00 2001 From: sandman Date: Sun, 16 Jun 2002 01:27:37 +0000 Subject: Fixed typo in iPAQ detection routine .. model enum really works now --- (limited to 'libopie') diff --git a/libopie/ohwinfo.cpp b/libopie/ohwinfo.cpp index ae07c6c..30c47c8 100644 --- a/libopie/ohwinfo.cpp +++ b/libopie/ohwinfo.cpp @@ -31,7 +31,7 @@ OHwInfo::OHwInfo ( ) if ( f. open ( IO_ReadOnly )) { QTextStream ts ( &f ); - m_data-> m_modelstr = ts. readLine ( ); + m_data-> m_modelstr = "H" + ts. readLine ( ); if ( m_data-> m_modelstr == "H3100" ) m_data-> m_model = OMODEL_iPAQ_H31xx; -- cgit v0.9.0.2