<div dir="auto"><div>Meh, as always I realize that this is not sufficient right at the time I confirm sending the patch.<div dir="auto">Forgive my hurry, I should not code so late.</div><div dir="auto">I'll probably do this properly tomorrow.</div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 24, 2020, 00:28 Quentin Chateau <<a href="mailto:quentin.chateau@gmail.com">quentin.chateau@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">---<br></div>
 include/vlc_atomic.h | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/include/vlc_atomic.h b/include/vlc_atomic.h<br>
index e2d4fe5360..952852dbd9 100644<br>
--- a/include/vlc_atomic.h<br>
+++ b/include/vlc_atomic.h<br>
@@ -60,7 +60,7 @@ static inline void vlc_atomic_store_float(vlc_atomic_float *atom, float f)<br>
 }<br>
<br>
 typedef struct vlc_atomic_rc_t {<br>
-    atomic_uint refs;<br>
+    atomic_uintptr_t refs;<br>
 } vlc_atomic_rc_t;<br>
<br>
 /** Init the RC to 1 */<br>
-- <br>
2.20.1<br>
<br>
</div></div>
</blockquote></div></div></div>