On Mon, Mar 29, 2021 at 01:22:20PM +0200, Claudio Jeker wrote:
> On Mon, Mar 29, 2021 at 01:19:21PM +0200, Claudio Jeker wrote:
> > On Mon, Mar 29, 2021 at 12:42:02PM +0200, Theo Buehler wrote:
> > > On Mon, Mar 29, 2021 at 10:38:54AM +0200, Claudio Jeker wrote:
> > > > Replace a super strange way
On Mon, Mar 29, 2021 at 01:19:21PM +0200, Claudio Jeker wrote:
> On Mon, Mar 29, 2021 at 12:42:02PM +0200, Theo Buehler wrote:
> > On Mon, Mar 29, 2021 at 10:38:54AM +0200, Claudio Jeker wrote:
> > > Replace a super strange way to translate some binary blob into a hex
> > > string.
> > > The code
On Mon, Mar 29, 2021 at 12:42:02PM +0200, Theo Buehler wrote:
> On Mon, Mar 29, 2021 at 10:38:54AM +0200, Claudio Jeker wrote:
> > Replace a super strange way to translate some binary blob into a hex string.
> > The code drops the : from the string but this is fine, the : is just
> > visual fluff.
On Mon, Mar 29, 2021 at 10:38:54AM +0200, Claudio Jeker wrote:
> Replace a super strange way to translate some binary blob into a hex string.
> The code drops the : from the string but this is fine, the : is just
> visual fluff. I used the same function in the not yet finished RRDP
> codebase and
On Mon, Mar 29, 2021 at 10:38:54AM +0200, Claudio Jeker wrote:
> Replace a super strange way to translate some binary blob into a hex string.
> The code drops the : from the string but this is fine, the : is just
> visual fluff. I used the same function in the not yet finished RRDP
> codebase and
Replace a super strange way to translate some binary blob into a hex string.
The code drops the : from the string but this is fine, the : is just
visual fluff. I used the same function in the not yet finished RRDP
codebase and there I don't want the extra ':'.
Works for me.
--
:wq Claudio
Index