mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-21 06:36:27 +00:00
Should have been included in the previous commit (r988).
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@989 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -2370,6 +2370,8 @@ static unsigned long parse_flags(const char *buf, int count)
|
||||
e = p;
|
||||
while (e < buf + count && !isspace(*e))
|
||||
e++;
|
||||
if (e == p)
|
||||
break;
|
||||
flag = trace_label_to_flag(p, e - p);
|
||||
if (!flag)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user