Explorar el Código

Update HelperFunctions.cs

fixed lastChar initialization
master
Jan Bernlöhr hace 10 años
padre
commit
d3ab4fbadf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      DocX/HelperFunctions.cs

+ 1
- 1
DocX/HelperFunctions.cs Ver fichero

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 = null;
char lastChar = '\0';
foreach (char c in text) foreach (char c in text)
{ {

Cargando…
Cancelar
Guardar