ports/textproc/isearch/patches/patch-src_fpt_cxx

13 lines
352 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/fpt.cxx
--- src/fpt.cxx.orig
+++ src/fpt.cxx
@@ -84,7 +84,7 @@ void FPT::LowPriority(const INT Index) {
Table[Index-1].SetPriority(Highest);
}
-PFILE FPT::ffopen(const STRING& FileName, const PCHR Type) {
+PFILE FPT::ffopen(const STRING& FileName, const char* Type) {
// Check if file is already open
INT z;
z = Lookup(FileName);