Action #801
Correctly implement scanf and printf methods for GUrlString
Status: | New | Start date: | 03/15/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Duration: |
Description
So far, the printf()
method has an internal buffer limitation and the scanf()
method does not advance the internal pointer, hence printf()
can be used with limitations and scanf()
cannot really be used (see #800).
These methods should be correctly implemented, although we can live with the limitations for the moment.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen over 11 years ago
Concerning scanf()
, many people on the internet say: “simply don’t use”.