strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add support for '+' in custom format specifiers
[strongswan.git]
/
src
/
libstrongswan
/
printf_hook.h
diff --git
a/src/libstrongswan/printf_hook.h
b/src/libstrongswan/printf_hook.h
index
93026cc
..
96e5a19
100644
(file)
--- a/
src/libstrongswan/printf_hook.h
+++ b/
src/libstrongswan/printf_hook.h
@@
-163,6
+163,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.
*/
int width;