Added %Ld to vfscanf() as well.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1672 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
38903f032b
commit
4d78ef5224
@ -150,7 +150,7 @@ literal:
|
||||
flags |= SUPPRESS;
|
||||
goto again;
|
||||
case 'L':
|
||||
flags |= LONGDBL;
|
||||
flags |= LONGDBL | QUAD;
|
||||
goto again;
|
||||
case 'h':
|
||||
flags |= SHORT;
|
||||
|
Loading…
Reference in New Issue
Block a user