1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-26 01:35:21 +03:00

Jenkins was not happy

This commit is contained in:
bsongis 2014-04-09 21:47:35 +02:00
parent 9135409e67
commit cb7484cffa

View file

@ -997,6 +997,7 @@ QString MainWindow::FindTaranisPath()
eepromfile=temppath;
eepromfile.append("/EEPROM.BIN");
#if !defined __APPLE__ && !defined WIN32
QString fstype = entry->me_type;
if (QFile::exists(eepromfile) && fstype.contains("fat") ) {
#else
if (QFile::exists(eepromfile)) {
@ -1008,6 +1009,7 @@ QString MainWindow::FindTaranisPath()
eepromfile=temppath;
eepromfile.append("/TARANIS.BIN");
#if !defined __APPLE__ && !defined WIN32
QString fstype = entry->me_type;
if (QFile::exists(eepromfile) && fstype.contains("fat") ) {
#else
if (QFile::exists(eepromfile)) {