Fixed minor logic bug in C type undecorated symbols

This commit is contained in:
mattifestation
2013-09-30 06:43:03 -04:00
parent e62121ea27
commit ec39ee2113
+8 -1
View File
@@ -249,7 +249,14 @@
}
else
{
$UndecoratedSymbol = $DecoratedSymbol.Substring(1).Split('@')[0]
if ($DecoratedSymbol[0] -eq '_' -or $DecoratedSymbol[0] -eq '@')
{
$UndecoratedSymbol = $DecoratedSymbol.Substring(1).Split('@')[0]
}
else
{
$UndecoratedSymbol = $DecoratedSymbol.Split('@')[0]
}
}
$SymInfo = @{