Files
termux-packages/packages/bvi/column_number_bugfix.patch
termux-pacman-bot eae025fb5f bump(main/bvi): 1.5.0
2025-07-29 04:47:54 +00:00

11 lines
130 B
Diff

--- a/bvi.c
+++ b/bvi.c
@@ -756,7 +756,6 @@
calc_size(char *arg)
{
off_t val;
- extern int errno;
char *poi;
errno = 0;