mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtcm: Increase buffer size to prevent warning
This commit is contained in:
parent
6f5bd6cf4e
commit
909fb0b431
1 changed files with 1 additions and 1 deletions
|
@ -1883,7 +1883,7 @@ cm_std_month_dates(CMGraphicsInfo *gInfo, int first_dom, int monlen,
|
|||
int extraWd;
|
||||
int boxWd;
|
||||
int indent;
|
||||
char dateStr[3];
|
||||
char dateStr[11];
|
||||
int fontHt;
|
||||
|
||||
cm_set_font(gInfo, cm_get_tiny_date_enum(gInfo));
|
||||
|
|
Loading…
Reference in a new issue