Skip to content
Snippets Groups Projects
Commit 1b70ec81 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe) Committed by David Hedbor
Browse files

committing

Rev: src/configure.in:1.12
Rev: src/mapping.c:1.5
parent c91f03fd
No related branches found
No related tags found
No related merge requests found
...@@ -133,6 +133,7 @@ fi ...@@ -133,6 +133,7 @@ fi
LIBOBJS="${OLD_LIBOBJS}" LIBOBJS="${OLD_LIBOBJS}"
AC_CHECK_LIB(crypt, crypt)
AC_HAVE_FUNCS( AC_HAVE_FUNCS(
_crypt \ _crypt \
......
...@@ -104,6 +104,7 @@ static void order_mapping(struct mapping *m) ...@@ -104,6 +104,7 @@ static void order_mapping(struct mapping *m)
{ {
INT32 *order; INT32 *order;
order = get_set_order(m->ind); order = get_set_order(m->ind);
if(!order) return;
m->ind = order_array(m->ind, order); m->ind = order_array(m->ind, order);
m->val = order_array(m->val, order); m->val = order_array(m->val, order);
free((char *)order); free((char *)order);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment