We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5391b69 commit 474897dCopy full SHA for 474897d
applications/external/pocsag_pager/protocols/pocsag.c
@@ -157,7 +157,7 @@ static bool pocsag_decode_message_word(SubGhzProtocolDecoderPocsag* instance, ui
157
// Function called when current message got decoded, but other messages might follow
158
static void pocsag_message_done(SubGhzProtocolDecoderPocsag* instance) {
159
// append the message to the long-term storage string
160
- furi_string_cat_printf(
+ furi_string_printf(
161
instance->generic.result_ric, "\e#RIC: %" PRIu32 "\e# | ", instance->ric);
162
furi_string_cat_str(instance->generic.result_ric, func_msg[instance->func]);
163
if(instance->func != POCSAG_FUNC_ALERT1) {
0 commit comments