X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprint.c;h=aa397078086236a5e2c31efa12a6cfac338bbdcd;hb=8a6bd772ce0886b05136b195a87ba4a1e21a58d8;hp=d3968f57e977b845d274e313785ec6099aa9e41c;hpb=3aa5ad3ffb52d94872ce1c9f953b8bd59c8e5308;p=pdclib.old diff --git a/functions/_PDCLIB/print.c b/functions/_PDCLIB/print.c index d3968f5..aa39707 100644 --- a/functions/_PDCLIB/print.c +++ b/functions/_PDCLIB/print.c @@ -312,6 +312,7 @@ const char * _PDCLIB_print( const char * spec, struct _PDCLIB_status_t * status EOF (negative), there is no need for testing for negative here. */ status->prec = va_arg( status->arg, int ); + ++spec; } else {