mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 16:59:15 +02:00
ascii g
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ local function init_ert()
|
||||
end
|
||||
end
|
||||
|
||||
local function unregister_ert()
|
||||
function unregister_ert()
|
||||
if _Ert_oda_id ~= nil then
|
||||
unregister_oda(_Ert_oda_id)
|
||||
_Ert_oda_id = nil
|
||||
|
||||
+1
-1
@@ -79,7 +79,7 @@ function get_rds_rtplus_tags(ertp)
|
||||
return string.byte(get_userdata_offset(ertp and (USERDATA_RTP_OFFSET+8) or (USERDATA_RTP_OFFSET+1), 6), 1, 6)
|
||||
end
|
||||
|
||||
local function unregister_rtp(ertp)
|
||||
function unregister_rtp(ertp)
|
||||
if ertp and _Ertp_oda_id ~= nil then
|
||||
unregister_oda(_Ertp_oda_id)
|
||||
_Ertp_oda_id = nil
|
||||
|
||||
Reference in New Issue
Block a user