瀏覽代碼

fix AddImage bug : recursive loop

master
malickf 9 年之前
父節點
當前提交
6a26741c1a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      DocX/DocX.cs

+ 1
- 1
DocX/DocX.cs 查看文件

@@ -2950,7 +2950,7 @@ namespace Novacode
}
}
return AddImage(filename, contentType);
return AddImage(filename as object, contentType);
}
/// <summary>

Loading…
取消
儲存