X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fzebramap.c;h=18869b9e162009e216069f790d6060ef78d3fefc;hb=617f456d88a1a46b0dd9d9a5a2bd97bed73c1e2f;hp=9e1bae9b5eb1eb196bc1126f0e12dcda0e39ea12;hpb=18ceebf9dad34b382ffc84171f9e33246b8e075c;p=idzebra-moved-to-github.git diff --git a/util/zebramap.c b/util/zebramap.c index 9e1bae9..18869b9 100644 --- a/util/zebramap.c +++ b/util/zebramap.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: zebramap.c,v $ - * Revision 1.13 1999-02-18 15:01:04 adam + * Revision 1.14 1999-02-19 10:37:40 adam + * Minor fix. + * + * Revision 1.13 1999/02/18 15:01:04 adam * Structure=key uses register type 0. * * Revision 1.12 1999/02/12 13:29:25 adam @@ -185,7 +188,7 @@ ZebraMaps zebra_maps_open (Res res) int i; zms->nmem = nmem_create (); - zms->tabpath = nmem_strdup (zms->nmem, res_get (res, "profilePath")); + zms->tabpath = nmem_strdup (zms->nmem, res_get_def (res, "profilePath", ".")); zms->map_list = NULL; zms->temp_map_str[0] = '\0';