Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
Desktop
FilerAct
Commits
4b5d80fb
Commit
4b5d80fb
authored
6 years ago
by
Ben Avison
Committed by
ROOL
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix includes for case-sensitive filesystems
Version 0.62. Not tagged
parent
6fb55af2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
14 deletions
+9
-14
VersionASM
VersionASM
+3
-6
VersionNum
VersionNum
+4
-6
c/Chains
c/Chains
+1
-1
c/memmanage
c/memmanage
+1
-1
No files found.
VersionASM
View file @
4b5d80fb
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.1.
;
GBLS Module_MajorVersion
GBLA Module_Version
...
...
@@ -10,14 +9,12 @@
GBLS Module_ApplicationDate
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.62"
Module_Version SETA 62
Module_MinorVersion SETS ""
Module_Date SETS "1
3 Aug
20
16
"
Module_ApplicationDate SETS "1
3-Aug-16
"
Module_Date SETS "1
2 Feb
20
20
"
Module_ApplicationDate SETS "1
2-Feb-20
"
Module_ComponentName SETS "FilerAct"
Module_ComponentPath SETS "castle/RiscOS/Sources/Desktop/FilerAct"
Module_FullVersion SETS "0.62"
Module_HelpVersion SETS "0.62 (1
3 Aug
20
16
)"
Module_HelpVersion SETS "0.62 (1
2 Feb
20
20
)"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
4b5d80fb
/* (0.62)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.62
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 1
3 Aug
20
16
#define Module_Date_CMHG 1
2 Feb
20
20
#define Module_MajorVersion "0.62"
#define Module_Version 62
#define Module_MinorVersion ""
#define Module_Date "1
3 Aug
20
16
"
#define Module_Date "1
2 Feb
20
20
"
#define Module_ApplicationDate "1
3-Aug-16
"
#define Module_ApplicationDate "1
2-Feb-20
"
#define Module_ComponentName "FilerAct"
#define Module_ComponentPath "castle/RiscOS/Sources/Desktop/FilerAct"
#define Module_FullVersion "0.62"
#define Module_HelpVersion "0.62 (1
3 Aug
20
16
)"
#define Module_HelpVersion "0.62 (1
2 Feb
20
20
)"
#define Module_LibraryVersionInfo "0:62"
This diff is collapsed.
Click to expand it.
c/Chains
View file @
4b5d80fb
...
...
@@ -19,7 +19,7 @@
#include <stdio.h>
#include "debug.h"
#include "
c
hains.h"
#include "
C
hains.h"
void
chain_remove_link
(
chain_link
*
link
)
{
...
...
This diff is collapsed.
Click to expand it.
c/memmanage
View file @
4b5d80fb
...
...
@@ -82,7 +82,7 @@ Notes:
#include "wimp.h"
#include "Options.h"
#include "
c
hains.h"
#include "
C
hains.h"
#include "allerrs.h"
#include "malloc+.h"
#include "memmanage.h"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment