ports/editors/hexcurse/files/patch-src_file.c
Muhammad Moinur Rahman df31928768
editors/hexcurse: Fix build
- Refresh patches
2024-07-28 15:15:11 +02:00

11 lines
399 B
C

--- src/file.c.orig 2015-11-18 04:33:09 UTC
+++ src/file.c
@@ -18,6 +18,8 @@
\******************************************************************************/
#include "hex.h"
+FILE *fpIN; /* global file ptr */
+
/*******************************************************\
* Description: prints out a line of text to the screen*
* the current address line and both the *