소스 검색

Update HelperFunctions.cs

fixed lastChar assignment
master
Jan Bernlöhr 9 년 전
부모
커밋
af420cc0cc
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;
char lastChar = null;
foreach (char c in text)
{

Loading…
취소
저장