ソースを参照

Update HelperFunctions.cs

fixed lastChar assignment
master
Jan Bernlöhr 10年前
コミット
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)
{ {

読み込み中…
キャンセル
保存