1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Made MsDemangleScanner more lenient

This commit is contained in:
Brian Fiete 2025-02-18 12:39:48 -08:00
parent 6c47990368
commit 33e4ac7a95

View file

@ -2137,7 +2137,7 @@ bool MsDemangleScanner::DemangleScopedName()
}
else
{
return Failed();
// Ignore error
}
}
else