mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2026-05-08 00:58:15 +02:00
Update c_test.c
This commit is contained in:
parent
35b9148470
commit
e1377f49d3
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ int main(int argc, char** argv) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
printf("left_ptr images: %d\n", shapeData->len);
|
||||
printf("left_ptr images: %ld\n", shapeData->len);
|
||||
|
||||
for (size_t i = 0; i < shapeData->len; ++i) {
|
||||
printf("left_ptr image size: %ld\n", shapeData->images[i].len);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue