Merge pull request #3932 from Chocobo1/refactor

Refactor
This commit is contained in:
sledgehammer999
2015-11-09 15:29:19 -06:00
2 changed files with 7 additions and 5 deletions

View File

@@ -392,6 +392,8 @@ QVariant GeoIPDatabase::readDataField(quint32 &offset) const
else
qDebug() << "* Invalid field size for type: Float";
break;
default:
qDebug() << "* Unsupported data type: Unknown";
}
if (!usePointer)