瀏覽代碼

Rolled back ref change.

woollybah 7 年之前
父節點
當前提交
2cddf4abef
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ctranslator.bmx

+ 1 - 1
ctranslator.bmx

@@ -5782,7 +5782,7 @@ End If
 
 		' register incbins
 		For Local ib:TIncbin = EachIn app.incbins
-			Emit "bbIncbinAdd(&" + TStringConst(app.stringConsts.ValueForKey(ib.file)).id + "," + app.munged + "_ib_" + ib.id + "," + ib.length + ");"
+			Emit "bbIncbinAdd(&" + TStringConst(app.stringConsts.ValueForKey(ib.file)).id + ",&" + app.munged + "_ib_" + ib.id + "," + ib.length + ");"
 		Next
 		
 		Local importOnce:TMap = New TMap