X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/559d32bc2789dc69a7c19598a31f485c6caaff11..98c3cc4050c9a41296b3be2a7336cee0edbe6bc0:/projects/stargazer/plugins/other/smux/types.cpp diff --git a/projects/stargazer/plugins/other/smux/types.cpp b/projects/stargazer/plugins/other/smux/types.cpp index 14117ce5..f9c5eb50 100644 --- a/projects/stargazer/plugins/other/smux/types.cpp +++ b/projects/stargazer/plugins/other/smux/types.cpp @@ -5,7 +5,7 @@ #include "types.h" -bool ParseArcs(const char * str, size_t length, unsigned * a, size_t * pos) +bool ParseArcs(const char * str, ptrdiff_t length, unsigned * a, size_t * pos) { if (length == 0) return false;