https://issues.dlang.org/show_bug.cgi?id=11432

berni44 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #1 from berni44 <[email protected]> ---
IMHO the problem is, that formattedRead is not identical to scanf - but it's
not well documented. You should use

formattedRead(s, "%s\t%d\t%d", &t, &a, &b);

The same is true for the slurp example, where you found out allready, that you
need \t.

--

Reply via email to