scummvm/backends/networking/sdl_net/handlers
Thanasis Antoniou ad046b1589 NETWORKING: Fix compiler warning about always false comparison
warning: comparison is always false due to limited range of data type [-Wtype-limits]

s is Common::String. s[i] is thus a "char". If char is signed 8bit then the comparison will indeed always be false.
2020-02-01 18:22:38 +02:00
..
basehandler.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
createdirectoryhandler.cpp NETWORKING: Convert translation results to UTF-8 for local webserver pages 2019-09-21 22:15:26 +03:00
createdirectoryhandler.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
downloadfilehandler.cpp NETWORKING: Convert translation results to UTF-8 for local webserver pages 2019-09-21 22:15:26 +03:00
downloadfilehandler.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
filesajaxpagehandler.cpp NETWORKING: Convert translation results to UTF-8 for local webserver pages 2019-09-21 22:15:26 +03:00
filesajaxpagehandler.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
filesbasehandler.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
filesbasehandler.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
filespagehandler.cpp NETWORKING: Fix compiler warning about always false comparison 2020-02-01 18:22:38 +02:00
filespagehandler.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
indexpagehandler.cpp NETWORKING: Convert translation results to UTF-8 for local webserver pages 2019-09-21 22:15:26 +03:00
indexpagehandler.h GUI: Rewrite Cloud tab 2019-07-30 14:51:41 -04:00
listajaxhandler.cpp NETWORKING: Convert translation results to UTF-8 for local webserver pages 2019-09-21 22:15:26 +03:00
listajaxhandler.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
resourcehandler.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
resourcehandler.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
uploadfilehandler.cpp NETWORKING: Convert translation results to UTF-8 for local webserver pages 2019-09-21 22:15:26 +03:00
uploadfilehandler.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00