On 2/7/08, Ludovic Rousseau <[EMAIL PROTECTED]> wrote:
> On Feb 6, 2008 1:44 PM,  <[EMAIL PROTECTED]> wrote:
> > Revision: 3367
> > Author:   alonbl
> > Date:     2008-02-06 12:44:11 +0000 (Wed, 06 Feb 2008)
> >
> > Log Message:
> > -----------
> > Add util_ prefix to util module, avoid symbol conflicts
> >
> > Modified: branches/alonbl/mingw/src/tools/cardos-info.c
> > ===================================================================
> > --- branches/alonbl/mingw/src/tools/cardos-info.c       2008-02-06 12:19:20 
> > UTC (rev 3366)
> > +++ branches/alonbl/mingw/src/tools/cardos-info.c       2008-02-06 12:44:11 
> > UTC (rev 3367)
> > @@ -65,7 +65,7 @@
> >
> >         if (verbose) {
> >                 printf("Card ATR:\n");
> > -               hex_dump_asc(stdout, card->atr, card->atr_len, -1);
> > +               util_util_hex_dump_asc(stdout, card->atr, card->atr_len, 
> > -1);
> >         } else {
> >                 char tmp[SC_MAX_ATR_SIZE*3];
> >                 sc_bin_to_hex(card->atr, card->atr_len, tmp, sizeof(tmp) - 
> > 1, ':');
>
> Why using TWO util_ prefix in util_util_hex_dump_asc()?
> Maybe using util_hex_dump_asc() is enough?
>

Sorry!!!
I guess I repaced this twice.
Fixed.
Thanks,
Alon.
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to