diff options
| author | Ahmad Samir <a.samirh78@gmail.com> | 2023-09-08 01:30:26 +0300 |
|---|---|---|
| committer | Ahmad Samir <a.samirh78@gmail.com> | 2023-09-10 15:15:09 +0300 |
| commit | 1849489315fc6ee8bc08c4bd0e1a0031459117e3 (patch) | |
| tree | 78c83f93e1a15c5ff5363854add4d25b5d44f140 /src/corelib/serialization/qdatastream.cpp | |
| parent | 3fbcf53828c039d1210e203c8c631d10e26deee1 (diff) | |
QFSFileEngine: fix logic
Inside the do-while loop the if body is executed if `eof` is true, which
means the continue statement is redundant because the while loop
condition contains `!eof`, so the do-while body doesn't get executed
again after that.
Change-Id: If0685eb482f29b88e9c8660886392483a3bd75ec
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/serialization/qdatastream.cpp')
0 files changed, 0 insertions, 0 deletions
