Commit 05f5777
authored
Restore %td format specifiers (#6992)
DTPRINT is Rprintf, so goes through R's built-in copy of 'trio', so C99
specifiers are fine to use here. On the other hand, 'long' is only 32
bits in size even on 64-bit Windows and so is unsafe to use for sizes.1 parent f032d66 commit 05f5777
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1929 | 1929 | | |
1930 | 1930 | | |
1931 | 1931 | | |
1932 | | - | |
1933 | | - | |
| 1932 | + | |
| 1933 | + | |
1934 | 1934 | | |
1935 | 1935 | | |
1936 | 1936 | | |
| |||
0 commit comments