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
V
Video
Render
DrawFile
Commits
6eb8a61c
Commit
6eb8a61c
authored
May 19, 1997
by
Kevin Bracey
Browse files
Modified to open "Resources:$...." not "Resources:..."
parent
20cb122c
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 @
6eb8a61c
...
...
@@ -168,7 +168,7 @@ _kernel_oserror *main_initialise(char *tail, int podule_base,
tracef
(
"main_initialise: looking up DrawFile$Path
\n
"
);
message_file_name
=
getenv
(
"DrawFile$Path"
)
==
NULL
?
"Resources:Resources.DrawFile.Messages"
:
"DrawFile:Messages"
;
"Resources:
$.
Resources.DrawFile.Messages"
:
"DrawFile:Messages"
;
if
((
error
=
xmessagetrans_file_info
(
message_file_name
,
&
flags
,
&
size
))
!=
NULL
)
...
...
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