mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Use my own macro since isblank is not available everywhere.
This commit is contained in:
parent
245deae9eb
commit
61103d5f17
@ -89,7 +89,7 @@ bitvalue_c::bitvalue_c(string s,
|
||||
|
||||
for (i = 0; i < len; i++) {
|
||||
// Space or tab?
|
||||
if (isblank(s[i])) {
|
||||
if (isblanktab(s[i])) {
|
||||
previous_was_space = true;
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user