]> source.dussan.org Git - tigervnc.git/commit
Prefer std::find() over manual search
authorPierre Ossman <ossman@cendio.se>
Fri, 19 Apr 2024 21:39:47 +0000 (23:39 +0200)
committerPierre Ossman <ossman@cendio.se>
Mon, 24 Jun 2024 11:50:11 +0000 (13:50 +0200)
commitc959b5280a99570b2c0698ba6c89fba7354edda9
tree31a41aec82fcce1dc5da264193ae1470dbf2c735
parent8233030ad87f6cfa4d058f60e8ab306c54d38798
Prefer std::find() over manual search

Let's avoid reimplementing something basic that's available in the
standard library. It also makes the code easier to read.
common/rfb/CConnection.cxx
common/rfb/CSecurityVeNCrypt.cxx
common/rfb/SConnection.cxx
common/rfb/Security.cxx
common/rfb/Timer.cxx
unix/x0vncserver/XDesktop.cxx