forked from github/server
Doppelte @ ignorieren
This commit is contained in:
parent
a006a1794f
commit
850d4704e4
|
@ -114,11 +114,9 @@ parse_order(const char * s, const struct locale * lang)
|
||||||
ord->next = NULL;
|
ord->next = NULL;
|
||||||
|
|
||||||
#ifdef AT_PERSISTENT
|
#ifdef AT_PERSISTENT
|
||||||
if (*s=='@') {
|
while (*s=='@') {
|
||||||
ord->_persistent = 1;
|
ord->_persistent = 1;
|
||||||
#ifdef SHORT_STRINGS
|
|
||||||
++s;
|
++s;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
sptr = s;
|
sptr = s;
|
||||||
|
|
Loading…
Reference in New Issue