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:
Bart Van Assche
2009-07-29 18:14:41 +00:00
parent 5d67fefe37
commit 3e18defd73
+2
View File
@@ -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;