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:
Ruediger Oertel
2010-11-16 16:17:45 +00:00
committed by Git OBS Bridge
parent 41a92ecee7
commit 01eb4a393d
6 changed files with 22 additions and 26 deletions

View File

@@ -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