فهرست منبع

Cast to the actual type we want to cast to. Fixes #426.

woollybah 6 سال پیش
والد
کامیت
0c21554960
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ctranslator.bmx

+ 1 - 1
ctranslator.bmx

@@ -1688,7 +1688,7 @@ t:+"NULLNULLNULL"
 
 		Local t$= expr.expr.Trans()
 
-		Local dst:TType=expr.exprType
+		Local dst:TType=expr.ty
 		Local src:TType=expr.expr.exprType
 		
 		If TNumericType(src) And (src._flags & TType.T_VAR) Then