davecamp 9 anni fa
parent
commit
00563c3f3b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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+")"
 		Return TypeName( tag )+t+")"
 	End Select
 	End Select
 
 
+	If Not tag.length Return ""
 	DebugError "Invalid debug typetag:"+t
 	DebugError "Invalid debug typetag:"+t
 
 
 End Function
 End Function