mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Fix gcc -Wformat-truncation warning.
This commit is contained in:
parent
19e48ba61c
commit
dcf8d418db
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ enum lxw_custom_property_types {
|
|||
#define LXW_DATETIME_LENGTH sizeof("2016-12-12T23:00:00Z")
|
||||
|
||||
/* GUID string length. */
|
||||
#define LXW_GUID_LENGTH sizeof("{12345678-1234-1234-1234-1234567890AB}")
|
||||
#define LXW_GUID_LENGTH sizeof("{12345678-1234-1234-1234-1234567890AB}\0")
|
||||
|
||||
#define LXW_EPOCH_1900 0
|
||||
#define LXW_EPOCH_1904 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue