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
Programmer
BootCmds
Commits
764db09d
Commit
764db09d
authored
27 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Modified to open "Resources:$...." not "Resources:..."
parent
7db3a505
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
c/main
c/main
+1
-1
No files found.
c/main
View file @
764db09d
...
...
@@ -697,7 +697,7 @@ _kernel_oserror *main_initialise (char *tail, int podule_base,
tracef
(
"main_initialise
\n
"
);
if
(
getenv
(
"BootCommands$Path"
)
==
NULL
)
message_file_name
=
"Resources:Resources.BootCmds.Messages"
;
message_file_name
=
"Resources:
$.
Resources.BootCmds.Messages"
;
else
message_file_name
=
"BootCommands:Messages"
;
...
...
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