Commit 7285fc6d authored by Ben Avison's avatar Ben Avison
Browse files

Minor bugfix.

Detail:
  UpCall 3 (ModifyingFile) is no longer issued by OS_File 24 (ReadBlockSize).
Admin:
  Not tested.

Version 2.55. Tagged as 'FileSwitch-2_55'
parent f9694709
......@@ -11,14 +11,14 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "2.54"
Module_Version SETA 254
Module_MajorVersion SETS "2.55"
Module_Version SETA 255
Module_MinorVersion SETS ""
Module_Date SETS "19 Mar 2001"
Module_ApplicationDate2 SETS "19-Mar-01"
Module_ApplicationDate4 SETS "19-Mar-2001"
Module_Date SETS "03 Apr 2001"
Module_ApplicationDate2 SETS "03-Apr-01"
Module_ApplicationDate4 SETS "03-Apr-2001"
Module_ComponentName SETS "FileSwitch"
Module_ComponentPath SETS "RiscOS/Sources/FileSys/FileSwitch"
Module_FullVersion SETS "2.54"
Module_HelpVersion SETS "2.54 (19 Mar 2001)"
Module_FullVersion SETS "2.55"
Module_HelpVersion SETS "2.55 (03 Apr 2001)"
END
/* (2.54)
/* (2.55)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 2.54
#define Module_MajorVersion_CMHG 2.55
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 19 Mar 2001
#define Module_Date_CMHG 03 Apr 2001
#define Module_MajorVersion "2.54"
#define Module_Version 254
#define Module_MajorVersion "2.55"
#define Module_Version 255
#define Module_MinorVersion ""
#define Module_Date "19 Mar 2001"
#define Module_Date "03 Apr 2001"
#define Module_ApplicationDate2 "19-Mar-01"
#define Module_ApplicationDate4 "19-Mar-2001"
#define Module_ApplicationDate2 "03-Apr-01"
#define Module_ApplicationDate4 "03-Apr-2001"
#define Module_ComponentName "FileSwitch"
#define Module_ComponentPath "RiscOS/Sources/FileSys/FileSwitch"
#define Module_FullVersion "2.54"
#define Module_HelpVersion "2.54 (19 Mar 2001)"
#define Module_FullVersion "2.55"
#define Module_HelpVersion "2.55 (03 Apr 2001)"
......@@ -252,6 +252,7 @@ CallFSFile_Given ENTRY "r0-r12" ; Never (ever) trust lower level routines
TEQ r0, #fsfile_Load ; These are the only two that
TEQNE r0, #fsfile_ReadInfo ; don't modify file structure or info !
TEQNE r0, #fsfile_ReadInfoNoLen
TEQNE r0, #fsfile_ReadBlockSize
MOVNE r9, r0
BLNE DoUpCallModifyingFile
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment