forked from github/server
small bugfix.
This commit is contained in:
parent
17419a3164
commit
2e7e23ad97
|
@ -237,11 +237,7 @@ parse_order(const char * s, const struct locale * lang)
|
||||||
ord->data->_str = strdup(s);
|
ord->data->_str = strdup(s);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef SHARE_ORDERS
|
|
||||||
ord->data = create_data(kwd, s, sptr, lindex);
|
ord->data = create_data(kwd, s, sptr, lindex);
|
||||||
#else
|
|
||||||
ord->data = NULL;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
return ord;
|
return ord;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue