Преглед изворни кода

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…
Откажи
Сачувај