commit | 3665eecf473b8ea62dc26db2718952c4ddf6cdfc | [log] [tgz] |
---|---|---|
author | Frank Gevaerts <frank@gevaerts.be> | Sat Jul 20 17:11:32 2019 +0200 |
committer | Frank Gevaerts <frank@gevaerts.be> | Sat Jul 20 17:11:32 2019 +0200 |
tree | 225b15bbe5e71cad8cb95882a1b8cb592f82fce5 | |
parent | 3cb272c97a23f6b28a60201614f38fd1a566de08 [diff] |
Increase set_time_screen() buffer size for hosted to keep the compiler happy. The format strings in the snprintf can in theory need 60 characters This will not happen in practice (because seconds are 0..60 and not full-range integers etc.), but -D_FORTIFY_SOURCE will still warn about it, so we use 60 characters for HOSTED to make the compiler happy. Native builds still use 20, which is enough in practice. Change-Id: I22a2bab8134442e531a10bf883f3a369ade0fdc3