Add support for '+' in custom format specifiers
This commit is contained in:
@@ -162,6 +162,11 @@ struct printf_hook_spec_t {
|
||||
*/
|
||||
int minus;
|
||||
|
||||
/**
|
||||
* TRUE if a '+' was used in the format specifier
|
||||
*/
|
||||
int plus;
|
||||
|
||||
/**
|
||||
* The width as given in the format specifier.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user