Fri, 15 Nov 2024 02:05:16 -0600
Fix a simple scanbuild find
Testing Done:
Ran scan-build and verified the warning was gone.
Reviewed at https://reviews.imfreedom.org/r/3658/
| pidgin/pidginaccountdisplay.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/pidginaccountdisplay.c Wed Nov 13 14:26:11 2024 -0600 +++ b/pidgin/pidginaccountdisplay.c Fri Nov 15 02:05:16 2024 -0600 @@ -55,7 +55,7 @@ PurpleContactInfo *info = NULL; PurpleProtocol *protocol = NULL; const char *alias = NULL; - const char *protocol_name = N_("Unknown"); + const char *protocol_name = NULL; const char *username = NULL; protocol = purple_account_get_protocol(account);