]> git.proxmox.com Git - mirror_novnc.git/commit
Return unsigned values from rQshift32()
authorPierre Ossman <ossman@cendio.se>
Sun, 4 Jun 2023 12:50:35 +0000 (14:50 +0200)
committerPierre Ossman <ossman@cendio.se>
Sun, 4 Jun 2023 17:12:02 +0000 (19:12 +0200)
commit0ccc679d322947a05f2fc169da22d915930a75a6
treee4a661be4a5fae31b433aff90236ed8747bd185e
parentd0203a5995ef27c4f49c7d22da89438bdaee9a68
Return unsigned values from rQshift32()

This is what we almost always want, and this makes it consistent with
rQshift8() and rQshift16().
core/rfb.js
core/websock.js