Fix issue #8471 - allow only pointers as readf parameters

This commit is contained in:
byebye 2017-01-30 18:53:40 +01:00
parent db204e0f8a
commit 882a1fb8f6
2 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,2 @@
`std.stdio.readf` now only accepts pointers as input arguments.