diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-03-23 15:26:57 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-03-23 15:26:57 +0000 |
commit | f07041e17635e7ba0bcbb0adddc61059b5f510eb (patch) | |
tree | a77a32b580beb372ea29353ddc63fda6ef951702 /src/libutil/printf.h | |
parent | 2b584275d8aae7634204e047168e83f4b580ec42 (diff) | |
download | rspamd-f07041e17635e7ba0bcbb0adddc61059b5f510eb.tar.gz rspamd-f07041e17635e7ba0bcbb0adddc61059b5f510eb.zip |
Add %e modifier for GError clever printing.
Diffstat (limited to 'src/libutil/printf.h')
-rw-r--r-- | src/libutil/printf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/printf.h b/src/libutil/printf.h index 2bc421143..d0db483d9 100644 --- a/src/libutil/printf.h +++ b/src/libutil/printf.h @@ -52,6 +52,7 @@ * %Z '\0' * %N '\n' * %c gchar + * %e GError * * %% % * */ |