--- embedtools/src/direr.c 2014/02/04 16:52:32 1.3.4.4 +++ embedtools/src/direr.c 2014/02/04 16:56:31 1.3.4.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: direr.c,v 1.3.4.4 2014/02/04 16:52:32 misho Exp $ + * $Id: direr.c,v 1.3.4.5 2014/02/04 16:56:31 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -73,7 +73,7 @@ main(int argc, char **argv) while ((ch = getopt(argc, argv, "hqs:")) != -1) switch (ch) { case 's': - str[1] = strdup(optarg); + str[1] = e_strdup(optarg); mode = 1; break; case 'q':