Commit 408b809
graphics/input: Fix format specifier warning in getevent.
Fix format specifier mismatch where '%d' was used for int32_t
type argument. Use PRId32 macro instead to ensure portable
formatting across architectures.
Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com>1 parent ad6403f commit 408b809
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| |||
0 commit comments