Parcourir la source

Update HelperFunctions.cs

fixed lastChar initialization
master
Jan Bernlöhr il y a 9 ans
Parent
révision
d3ab4fbadf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      DocX/HelperFunctions.cs

+ 1
- 1
DocX/HelperFunctions.cs Voir le fichier

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

Chargement…
Annuler
Enregistrer