mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
864f7eed85
hexadecimal and disassembler modes. The program also has text viewer with different Russia codepages support (Windows-1251, MSDOS-866, etc.). PR: 17186 Submitted by: Michael Vasilenko <acid@stu.cn.ua>
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
--- tools/biewhlp/biewhlp.c.orig Fri Mar 3 11:08:24 2000
|
|
+++ tools/biewhlp/biewhlp.c Sat Mar 4 15:00:57 2000
|
|
@@ -29,7 +29,7 @@
|
|
BGLOBAL bOutput;
|
|
|
|
#define BBIO_CACHE_SIZE 0x1000
|
|
-#define ARCHIVER "lzss e"
|
|
+#define ARCHIVER "./lzss e"
|
|
#define TEMPFNAME "temp_hlp.tmp"
|
|
|
|
void MyCallBack(IniInfo *ini)
|