Browse Source

Added missing ?. Fixes #70.

woollybah 7 years ago
parent
commit
5b7cd8d221
1 changed files with 1 additions and 0 deletions
  1. 1 0
      appstub.mod/deref_win32.bmx

+ 1 - 0
appstub.mod/deref_win32.bmx

@@ -23,6 +23,7 @@ Function DebugDerefPointerWin32:String(dataSize:Size_T, ptrDepth:Int, pointer:By
 		result :+ derefSymbol + "$" + ToHex(Int pointer)
 	? Ptr64
 		result :+ derefSymbol + "$" + ToHex(Long pointer)
+	?
 	Next
 	
 	Local success:Int