X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FIKVM.Reflection%2FCustomModifiers.cs;h=dade700ac14a96708273c2dda0111a510f06a08f;hb=29f274c5d1acec1130683cbdd77daf309a21f909;hp=e8670614e96ef3710ff342300c913d9af6040cd1;hpb=90adf67203078c752c74abfd0d8d45a7341e1376;p=mono.git diff --git a/mcs/class/IKVM.Reflection/CustomModifiers.cs b/mcs/class/IKVM.Reflection/CustomModifiers.cs index e8670614e96..dade700ac14 100644 --- a/mcs/class/IKVM.Reflection/CustomModifiers.cs +++ b/mcs/class/IKVM.Reflection/CustomModifiers.cs @@ -293,7 +293,7 @@ namespace IKVM.Reflection while (IsCustomModifier(b)) { br.ReadByte(); - br.ReadCompressedInt(); + br.ReadCompressedUInt(); b = br.PeekByte(); } }