$OpenBSD$
--- indra/newview/llfloateranimpreview.cpp.orig	Thu Mar 22 01:35:10 2007
+++ indra/newview/llfloateranimpreview.cpp	Sat Mar 24 22:20:42 2007
@@ -194,7 +194,7 @@ BOOL LLFloaterAnimPreview::postBuild()
 	childSetCommitCallback("ease_out_time", onCommitEaseOut, this);
 	childSetValidate("ease_out_time", validateEaseOut);
 
-	if (!stricmp(strrchr(mFilename.c_str(), '.'), ".bvh"))
+	if (!strcmp(strrchr(mFilename.c_str(), '.'), ".bvh"))
 	{
 		// loading a bvh file
 
