Commit e3c2029
committed
examples: fix time stamp prefix printf format string
The simples way to print time_t for 32bit and 64bit is to cast it to
unsigned long long. We could also use the time_t helpers for generating
a filename but that seems overkill for the example.
Signed-off-by: Daniel Wagner <[email protected]>1 parent 8ad28af commit e3c2029
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments