mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
remove now incorrect comment in QFSFileEngine::seek()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
96151d9d14
commit
43b958f258
1 changed files with 0 additions and 1 deletions
|
@ -384,7 +384,6 @@ bool QFSFileEngine::seek(qint64 pos)
|
||||||
if (pos < 0 || pos != qint64(QT_OFF_T(pos)))
|
if (pos < 0 || pos != qint64(QT_OFF_T(pos)))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
// Unbuffered stdio mode.
|
|
||||||
if (Q_UNLIKELY(QT_LSEEK(d->fd, QT_OFF_T(pos), SEEK_SET) == -1)) {
|
if (Q_UNLIKELY(QT_LSEEK(d->fd, QT_OFF_T(pos), SEEK_SET) == -1)) {
|
||||||
qWarning() << "QFile::at: Cannot set file position" << pos;
|
qWarning() << "QFile::at: Cannot set file position" << pos;
|
||||||
setError(QFile::PositionError, qt_error_string(errno));
|
setError(QFile::PositionError, qt_error_string(errno));
|
||||||
|
|
Loading…
Add table
Reference in a new issue