Bug #19082 2013-08-13 18:57

lyo

'\0' in source act as EOF

if a text file contain ascii null the editor act like its EOF

and basically stop parsing a source file that include '\0' before the end, not showing any of the trailing text.

-

i think its acting like c string, and maybe relaying on fgets

but i haven't read the source yet so its just a wild guess.

Category
Application::WrongBehaviour
Group
Platform:Windows
Status
Open
Close date
 
Assigned to
 
lyo 2013-08-13 19:02

edit: forgot to add specifics:

platform: windows 8 x64

code::block: 12.11 (exe download from here)