mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
performance Prefer prefix ++/-- operators for non-primitive types.
Origin commit data
------------------
Branch: ni/coolstream
Commit: bb347b3a44
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-04-28 (Sat, 28 Apr 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -393,7 +393,7 @@ int CPictureViewerGui::show()
|
||||
{
|
||||
Path = filebrowser.getCurrentDir();
|
||||
CFileList::const_iterator files = filebrowser.getSelectedFiles().begin();
|
||||
for (; files != filebrowser.getSelectedFiles().end(); files++)
|
||||
for (; files != filebrowser.getSelectedFiles().end(); ++files)
|
||||
{
|
||||
if (files->getType() == CFile::FILE_PICTURE)
|
||||
{
|
||||
|
Reference in New Issue
Block a user