woollybah hace 9 años
padre
commit
9adec2bb89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      appstub.mod/debugger_mt.stdio.bmx

+ 1 - 1
appstub.mod/debugger_mt.stdio.bmx

@@ -306,7 +306,7 @@ Function DebugDeclValue$( decl:Int Ptr,inst:Byte Ptr )
 	Case Asc("i")
 		Return String.FromInt( (Int Ptr p)[0] )
 	Case Asc("u")
-		Return String.FromUInt( (Unt Ptr p)[0] )
+		Return String.FromUInt( (UInt Ptr p)[0] )
 	Case Asc("l")
 		Return String.FromLong( (Long Ptr p)[0] )
 	Case Asc("y")