Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #35291: patch for ipcad 3.6.2 for
bug #56868
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 56868
Collapse All
|
Expand All
(-)
ipcad-3.6.2/cfglex.l (-1 / +1 lines)
Lines 66-72
Link Here
66
ipcacfglval.tv_char = strdup(yytext);
66
ipcacfglval.tv_char = strdup(yytext);
67
return TOK_STRING;
67
return TOK_STRING;
68
}
68
}
69
[a-z]+[0-9*]* {
69
[a-z]+[_0-9*]* {
70
ipcacfglval.tv_char = strdup(yytext);
70
ipcacfglval.tv_char = strdup(yytext);
71
return TOK_STRING;
71
return TOK_STRING;
72
}
72
}
Return to
bug 56868