char(0x00) at tide read
This commit is contained in:
parent
e03ebc31f4
commit
9bb40f47cb
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ QString SnapmaticPicture::getSnapmaticTIDEString(QByteArray tideBytes)
|
||||||
{
|
{
|
||||||
QByteArray tideUsefulBytes = tideBytes;
|
QByteArray tideUsefulBytes = tideBytes;
|
||||||
tideUsefulBytes.remove(0, 4);
|
tideUsefulBytes.remove(0, 4);
|
||||||
QList<QByteArray> tideUsefulBytesList = tideUsefulBytes.split(0x00);
|
QList<QByteArray> tideUsefulBytesList = tideUsefulBytes.split(char(0x00));
|
||||||
return QString::fromLatin1(tideUsefulBytesList.at(0));
|
return QString::fromLatin1(tideUsefulBytesList.at(0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue