mirror of
https://gitlab.com/ubports/development/core/hybris-support/ofono-binder-plugin-ext-qti
synced 2025-11-03 20:45:53 +08:00
radio_ext: Start from 1 (as 0 means FALSE)
This commit is contained in:
@@ -149,7 +149,8 @@ static
|
||||
guint
|
||||
qti_radio_ext_new_req_id()
|
||||
{
|
||||
static guint last_id = 0;
|
||||
// Start from 1
|
||||
static guint last_id = 1;
|
||||
return last_id++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user