Quoting Ivan Shmakov (2013-12-13 17:05:19)
> >>>>> Justus Winter <4win...@informatik.uni-hamburg.de> writes:
> 
>  > * utils/rpctrace.c (escape_sequences): New char array mapping
>  > characters to their escape sequence.
> 
> […]
> 
>  > +static char escape_sequences[0xff] =
> 
>         JFTR: [0xFF] means [0] through [0xFE].  My guess would be that
>         it should’ve been 0x100 (= 0 … 0xFF.)

Doh! Good catch >,<

> PS.  Doesn’t Gnulib provide such a function already?

Is it ok to use gnulib stuff in the Hurd?

Justus

Reply via email to