Skip to content

Commit

Permalink
make output line long enough to hold all possible text
Browse files Browse the repository at this point in the history
  • Loading branch information
dl1ycf committed Nov 24, 2021
1 parent 0b82d6f commit 447f865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion about_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static gboolean delete_event(GtkWidget *widget, GdkEvent *event, gpointer user_d

void about_menu(GtkWidget *parent) {
char text[2048];
char line[128];
char line[256];
char addr[64];
char interface_addr[64];

Expand Down

0 comments on commit 447f865

Please sign in to comment.