Explorar el Código

[swfinterp] Fix _u32 name

Philipp Hagemeister hace 11 años
padre
commit
351f373865
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      youtube_dl/swfinterp.py

+ 1 - 1
youtube_dl/swfinterp.py

@@ -111,7 +111,7 @@ def _u30(reader):
     res = _read_int(reader)
     res = _read_int(reader)
     assert res & 0xf0000000 == 0
     assert res & 0xf0000000 == 0
     return res
     return res
-u32 = _read_int
+_u32 = _read_int
 
 
 
 
 def _s32(reader):
 def _s32(reader):