12 lines
352 B
Text
12 lines
352 B
Text
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);
|