summaryrefslogtreecommitdiffstats
path: root/src/audio/sampman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/sampman.cpp')
-rw-r--r--src/audio/sampman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/sampman.cpp b/src/audio/sampman.cpp
index 53b81a36..c9b4cb32 100644
--- a/src/audio/sampman.cpp
+++ b/src/audio/sampman.cpp
@@ -116,7 +116,7 @@ typedef struct provider_stuff
static int __cdecl comp(const provider_stuff*s1,const provider_stuff*s2)
{
- return( _stricmp(s1->name,s2->name) );
+ return(strcasecmp(s1->name, s2->name));
}
static void