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:
Axel Dörfler 2002-10-26 00:52:17 +00:00
parent 38903f032b
commit 4d78ef5224

View File

@ -150,7 +150,7 @@ literal:
flags |= SUPPRESS;
goto again;
case 'L':
flags |= LONGDBL;
flags |= LONGDBL | QUAD;
goto again;
case 'h':
flags |= SHORT;