1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-26 02:46:13 -04:00

[terminal] Initialize blockh

This commit is contained in:
Witold Filipczyk 2023-11-16 19:00:19 +01:00
parent 8d93489933
commit 02b644aa64

View File

@ -668,7 +668,7 @@ has_nul_byte:
dispatch_special(delete_.source);
} else {
int blockh;
int blockh = 0;
char *param;
int path_len, del_len, param_len;