mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
Version 2.1.7, which is a pile of little tweaks and additional functionality
This commit is contained in:
@@ -73,6 +73,10 @@ isthisspace(MMIOT *f, int i)
|
||||
{
|
||||
int c = peek(f, i);
|
||||
|
||||
if ( c == EOF )
|
||||
return 1;
|
||||
if ( c & 0x80 )
|
||||
return 0;
|
||||
return isspace(c) || (c < ' ');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user