small bugfix.

This commit is contained in:
Enno Rehling 2005-05-11 17:07:49 +00:00
parent 17419a3164
commit 2e7e23ad97
1 changed files with 0 additions and 4 deletions

View File

@ -237,11 +237,7 @@ parse_order(const char * s, const struct locale * lang)
ord->data->_str = strdup(s);
#endif
#ifdef SHARE_ORDERS
ord->data = create_data(kwd, s, sptr, lindex);
#else
ord->data = NULL;
#endif
return ord;
}