Procházet zdrojové kódy

Update HelperFunctions.cs

fixed lastChar assignment
master
Jan Bernlöhr před 9 roky
rodič
revize
af420cc0cc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      DocX/HelperFunctions.cs

+ 1
- 1
DocX/HelperFunctions.cs Zobrazit soubor

@@ -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)
{

Načítá se…
Zrušit
Uložit