reactos/base
Timo Kreuzer 454745e48c [TELNET] Add missing curly braces to while-statement
Fixes GCC 8 warning:
base/applications/network/telnet/src/tmapldr.cpp:70:3: error: this 'while' clause does not guard... [-Werror=misleading-indentation]
   while (buf[len])
   ^~~~~
base/applications/network/telnet/src/tmapldr.cpp:74:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
    if (len && (buf[len-1] == ' ')) {
    ^~
2019-05-27 13:54:08 +02:00
..
applications [TELNET] Add missing curly braces to while-statement 2019-05-27 13:54:08 +02:00
services [TFTPD] Disable format-overflow warnings 2019-05-27 13:22:40 +02:00
setup [USETUP] Use RtlStringCbPrintfA instead of sprintf 2019-05-27 13:22:40 +02:00
shell [EXPLORER] Update Portuguese Translation 2019-05-26 21:19:35 +02:00
system [REACTOS] Replace remnant legacy SPIF_SENDWININICHANGE by SPIF_SENDCHANGE (#1526) 2019-04-28 21:19:42 +02:00
CMakeLists.txt Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00