From f5ccec88e66a6c8a803ea9e9a861e8d5e9eab64a Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 4 Nov 2007 16:48:57 +0000 Subject: [PATCH] Doesn't trim EdgeFlagv anymore. --- Source/Bind/Structures/Function.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Bind/Structures/Function.cs b/Source/Bind/Structures/Function.cs index 5e84fa2b..ae1c6496 100644 --- a/Source/Bind/Structures/Function.cs +++ b/Source/Bind/Structures/Function.cs @@ -32,7 +32,7 @@ namespace Bind.Structures #endregion static Regex endings = new Regex(@"((([df]|u?[isb])v?)|v)", RegexOptions.Compiled | RegexOptions.RightToLeft); - static Regex endingsNotToTrim = new Regex("(ib|[tdrey]s|[eE]n[vd]|led)", RegexOptions.Compiled | RegexOptions.RightToLeft); + static Regex endingsNotToTrim = new Regex("(ib|[tdrey]s|[eE]n[vd]|led|Flagv)", RegexOptions.Compiled | RegexOptions.RightToLeft); /// /// Add a trailing v to functions matching this regex. Used to differntiate between overloads taking both