소스 검색

Update HelperFunctions.cs

fixed lastChar initialization
master
Jan Bernlöhr 9 년 전
부모
커밋
d3ab4fbadf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      DocX/HelperFunctions.cs

+ 1
- 1
DocX/HelperFunctions.cs 파일 보기

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

Loading…
취소
저장