]> granicus.if.org Git - graphviz/commit
lefty SFcompareEntries: remove MSVC 'strcascmp' fall back
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Sep 2021 21:25:06 +0000 (14:25 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Sep 2021 20:43:42 +0000 (13:43 -0700)
commitaa322a2f4b2df8f898844e7dbf84e4a1aab3f4a2
treed8cd00c5bdfb639e380c9a16670abe08805ccd55
parentbba8852c34acb6e6970733c9aa4e93077d1864d7
lefty SFcompareEntries: remove MSVC 'strcascmp' fall back

Commit 1c2c986ebb2d16e491c68656217f5352b3d809c8 replaced `SFCompareEntries`
implementation with `strcasecmp` or `_stricmp` depending on whether we were
compiling with a non-MSVC compiler or with MSVC, respectively. However, this
code is part of the X11 GUI support and hence never built with MSVC. This commit
removes this unnecessary fall back which was dead code.
cmd/lefty/ws/x11/libfilereq/Dir.c