浏览代码

sokol_fetch.h: fix clang -Wshorten-64-to-32 warning

Andre Weissflog 2 年之前
父节点
当前提交
2135cb2355
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sokol_fetch.h

+ 1 - 1
sokol_fetch.h

@@ -1205,7 +1205,7 @@ typedef struct {
     sfetch_error_t error_code;
     bool finished;
     /* user thread only */
-    uint32_t user_data_size;
+    size_t user_data_size;
     uint64_t user_data[SFETCH_MAX_USERDATA_UINT64];
 } _sfetch_item_user_t;