X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Fdictext.c;h=cb8f41e1037f2b686687df0dbcb1159324be29d2;hb=60603b577514c9e6559d37e11b4ce3aa26e51be3;hp=cec18452f8c97a5b698976c7b4763ac2bf06d5bc;hpb=4cffe59757ef27b3764029c39415a13a2756e0a1;p=idzebra-moved-to-github.git diff --git a/dict/dictext.c b/dict/dictext.c index cec1845..cb8f41e 100644 --- a/dict/dictext.c +++ b/dict/dictext.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: dictext.c,v $ - * Revision 1.1 1994-09-16 15:39:11 adam + * Revision 1.2 1994-09-28 13:07:08 adam + * Use log_mask_str now. + * + * Revision 1.1 1994/09/16 15:39:11 adam * Initial code of lookup - not tested yet. * */ @@ -42,7 +45,7 @@ int main (int argc, char **argv) } else if (ret == 'v') { - log_init (atoi(arg), prog, NULL); + log_init (log_mask_str(arg), prog, NULL); } else if (ret == 'h') {