Sfoglia il codice sorgente

Update HelperFunctions.cs

fixed lastChar assignment
master
Jan Bernlöhr 9 anni fa
parent
commit
af420cc0cc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      DocX/HelperFunctions.cs

+ 1
- 1
DocX/HelperFunctions.cs Vedi File

@@ -550,7 +550,7 @@ namespace Novacode
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)
{

Loading…
Annulla
Salva