Explorar o código

Merge pull request #37 from davecamp/master

fixes #220
Brucey %!s(int64=9) %!d(string=hai) anos
pai
achega
007328bd5d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      appstub.mod/debugger_mt.stdio.bmx

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

@@ -187,6 +187,7 @@ Function TypeName$( tag$ Var )
 		Return TypeName( tag )+t+")"
 	End Select
 
+	If Not tag.length Return ""
 	DebugError "Invalid debug typetag:"+t
 
 End Function