Accepting request 53134 from home:a_jaeger:branches:openSUSE:Factory
forward to factory OBS-URL: https://build.opensuse.org/request/show/53134 OBS-URL: https://build.opensuse.org/package/show/Base:System/aaa_base?expand=0&rev=164
This commit is contained in:
committed by
Git OBS Bridge
parent
41a92ecee7
commit
01eb4a393d
@@ -26,7 +26,7 @@
|
||||
static inline int my_is_alnum_punct(char c)
|
||||
{
|
||||
return isdigit(c) || (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')
|
||||
|| c == '.' || c == ',' || c == '-' || c == '_';
|
||||
|| c == '.' || c == ',' || c == '-' || c == '_' || c == '+';
|
||||
}
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user