Skip to content

Commit

Permalink
Box not string
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 6, 2019
1 parent a40f0a7 commit d2be582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/sim/id.c
Expand Up @@ -274,7 +274,7 @@ int fr_sim_id_type(fr_sim_id_type_t *type, fr_sim_method_hint_t *hint, char cons
default:
*hint = SIM_METHOD_HINT_UNKNOWN;
*type = SIM_ID_TYPE_UNKNOWN;
fr_strerror_printf_push("Unrecognised tag '%s'", fr_box_strvalue_len(id, 1)); /* Have to box, may be \000 */
fr_strerror_printf_push("Unrecognised tag '%pV'", fr_box_strvalue_len(id, 1)); /* Have to box, may be \000 */
return -1;
}
}
Expand Down

0 comments on commit d2be582

Please sign in to comment.