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;
|
||||
|
||||
#ifdef AT_PERSISTENT
|
||||
if (*s=='@') {
|
||||
while (*s=='@') {
|
||||
ord->_persistent = 1;
|
||||
#ifdef SHORT_STRINGS
|
||||
++s;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
sptr = s;
|
||||
|
|
Loading…
Reference in New Issue