Don't use strlen() to check if a string is empty, check for the first char being...
commitdd4a92d537cba6be7a62031674cf23596605f3f2
authorSven Strickroth <email@cs-ware.de>
Mon, 12 Dec 2016 16:09:48 +0000 (12 17:09 +0100)
committerSven Strickroth <email@cs-ware.de>
Mon, 12 Dec 2016 16:36:40 +0000 (12 17:36 +0100)
tree61c1e1d2ec83878cc61db532117b67e26d4bd79d
parent0a6ec76e0322fab35ebc10361ad47ed509cba1b6
Don't use strlen() to check if a string is empty, check for the first char being non-null instead

Based on TortoiseSVN rev. 27605.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/ResText/ResModule.cpp
src/TortoiseShell/ContextMenu.cpp
src/Utils/CmdLineParser.cpp
src/Utils/HwSMTP.cpp
src/Utils/MiscUI/MyGraph.cpp
src/Utils/MiscUI/SciEdit.cpp
src/Utils/RegHistory.cpp
src/libgit2/filter-filter.c
src/touch/touch.cpp