On Wed, Mar 04, 2015 at 10:18:07PM +0100, Michael Niedermayer wrote:
> On Wed, Mar 04, 2015 at 09:59:35PM +0100, Nicolas George wrote:
> > Le quartidi 14 ventôse, an CCXXIII, Peter Cordes a écrit :
> > > - "n:%"PRId64" pts:%s pts_time:%s pos:%"PRId64" "
> > > + "n:%4"PRId64" pts
On Wed, Mar 04, 2015 at 09:59:35PM +0100, Nicolas George wrote:
> Le quartidi 14 ventôse, an CCXXIII, Peter Cordes a écrit :
> > - "n:%"PRId64" pts:%s pts_time:%s pos:%"PRId64" "
> > + "n:%4"PRId64" pts:%7s pts_time:%-7s pos:%9"PRId64" "
>
> Unless I am wrong reading the printf
Le quartidi 14 ventôse, an CCXXIII, Peter Cordes a écrit :
> - "n:%"PRId64" pts:%s pts_time:%s pos:%"PRId64" "
> + "n:%4"PRId64" pts:%7s pts_time:%-7s pos:%9"PRId64" "
Unless I am wrong reading the printf specifiers, this will print
"pts:902" instead of "pts:902". Some scri