Skip to content

Commit

Permalink
Fix: Use right type for serial buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and a-h-abdelsalam committed Sep 4, 2024
1 parent 611ad30 commit b018bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ get_certificate_info (const gchar* certificate, gssize certificate_len,
{
int i;
size_t buffer_size = 0;
gchar* buffer;
unsigned char *buffer;
GString *string;

string = g_string_new ("");
Expand Down

0 comments on commit b018bf1

Please sign in to comment.