瀏覽代碼

Update HelperFunctions.cs

fixed lastChar assignment
master
Jan Bernlöhr 9 年之前
父節點
當前提交
af420cc0cc
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      DocX/HelperFunctions.cs

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

return newRuns; //I dont wanna get an exception if text == null, so just return empy list return newRuns; //I dont wanna get an exception if text == null, so just return empy list
} }
char lastChar;
char lastChar = null;
foreach (char c in text) foreach (char c in text)
{ {

Loading…
取消
儲存