X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg_binstr.h;h=d6bfb83b40cff72b75352226a89b9c816d851800;hb=3fe47be51b12f62735fd1cb062e71a98ebb3d14a;hp=da41ce041a74881a01c9b63409ba6cc5a853f591;hpb=28ec4a17033cc45198adab23ddf66ccd7a230db8;p=vg.git diff --git a/vg_binstr.h b/vg_binstr.h index da41ce0..d6bfb83 100644 --- a/vg_binstr.h +++ b/vg_binstr.h @@ -12,8 +12,7 @@ static void vg_str_bin( const void *txt, void *bin, int size ) const u8 *src = txt; u8 *dst = bin; - for( u32 i=0; i>4u) & 0xf); }