X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fscan.c;h=615d82e0f32ee659d5c9756ac90781b62f9cc660;hb=4c6186630711f087c4d08f9d1b192a646c6c930d;hp=0ecf31ada2393ff94d5d058cef7f75dfa07f563b;hpb=e50101915ee427399952057107a302f7b31de3de;p=pdclib.old diff --git a/functions/_PDCLIB/scan.c b/functions/_PDCLIB/scan.c index 0ecf31a..615d82e 100644 --- a/functions/_PDCLIB/scan.c +++ b/functions/_PDCLIB/scan.c @@ -386,7 +386,8 @@ const char * _PDCLIB_scan( const char * spec, struct _PDCLIB_status_t * status ) } case 'p': status->base = 16; - status->flags |= E_unsigned; + // TODO: Like _PDCLIB_print, E_pointer(?) + status->flags |= E_unsigned | E_long; break; case 'n': {