reactos/base/applications/network
Timo Kreuzer fdf221cb17 [TELNET] Add missing curly braces to if-statelent
Fixes GCC 8 warning:
base/applications/network/telnet/src/tnmain.cpp:171:8: error: this 'for' clause does not guard... [-Werror=misleading-indentation]
        for (j = cursor; j >= 0; j--)
        ^~~
base/applications/network/telnet/src/tnmain.cpp:174:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
         for (k = --j; k >= 0; k--)
         ^~~
2019-05-27 13:54:08 +02:00
..
arp
dwnl [DWNL] Add translations (for Romanian & Italian) 2018-09-28 00:23:48 +02:00
finger
ftp [FTP] lostpeer() is declared and defined with a void return type. #179 2017-12-25 20:25:57 +01:00
ipconfig [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
net [NET] Implement a parser for the '/times' option of the 'user' command. 2019-05-27 09:27:53 +02:00
netsh
netstat [NETSTAT] Add support for displaying UDP connections owning process 2018-11-24 21:41:11 +01:00
nslookup [NSLOOKUP] Fix crash in case of no network connectivity (#1354) 2019-02-13 13:12:52 +01:00
ping [TRANSLATION] Update Simplified Chinese translation. (#1096) 2018-12-05 16:50:05 +01:00
route
telnet [TELNET] Add missing curly braces to if-statelent 2019-05-27 13:54:08 +02:00
tracert [TRACERT] Fix Coverity #1434258 "Out-of-Bounds access" (#1038) 2018-11-15 14:15:23 +01:00
whois
wlanconf [TRANSLATION] Update Simplified Chinese Translations (#417) 2018-03-21 22:27:04 +01:00
CMakeLists.txt