Notepad++ official repository
 
 
 
 
 
 
Go to file
Yuval a5ddc3e7b3 [BUGFIX] Added protection against invalid start/end markers in wchar2char and char2wchar. This is needed for find in files where the result is found in a line containing the null character (binary files). This caused an Access violation exception because the markers were past the EOL in this case (char2wchar), and then they were used in wchar2char.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@475 f5eea248-9336-0410-98b8-ebc06183d4e3
2009-05-04 15:07:54 +00:00
PowerEditor [BUGFIX] Added protection against invalid start/end markers in wchar2char and char2wchar. This is needed for find in files where the result is found in a line containing the null character (binary files). This caused an Access violation exception because the markers were past the EOL in this case (char2wchar), and then they were used in wchar2char. 2009-05-04 15:07:54 +00:00
scintilla [CLEAN] Remove C notion (void). 2009-04-26 18:59:23 +00:00
readmeFirst.txt Moved readmeFirst.txt in trunk remotely 2009-04-24 23:36:42 +00:00