Pārlūkot izejas kodu

Update HelperFunctions.cs

fixed lastChar initialization
master
Jan Bernlöhr pirms 9 gadiem
vecāks
revīzija
d3ab4fbadf
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      DocX/HelperFunctions.cs

+ 1
- 1
DocX/HelperFunctions.cs Parādīt failu

@@ -550,7 +550,7 @@ namespace Novacode
return newRuns; //I dont wanna get an exception if text == null, so just return empy list
}
char lastChar = null;
char lastChar = '\0';
foreach (char c in text)
{

Notiek ielāde…
Atcelt
Saglabāt