mirror of
https://github.com/janet-lang/janet
synced 2025-10-13 23:07:41 +00:00
Fix build issues on windows by using a size_t instead of int.
This commit is contained in:
@@ -560,7 +560,7 @@ struct JanetListenerState {
|
||||
int bytes; /* Used to track how many bytes were transfered. */
|
||||
#endif
|
||||
/* internal */
|
||||
int _index; /* not used in all implementations */
|
||||
size_t _index;
|
||||
int _mask;
|
||||
JanetListenerState *_next;
|
||||
};
|
||||
|
Reference in New Issue
Block a user