Doppelte @ ignorieren

This commit is contained in:
Enno Rehling 2004-06-27 08:41:55 +00:00
parent a006a1794f
commit 850d4704e4
1 changed files with 1 additions and 3 deletions

View File

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