Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
Toolbox
Scale
Commits
694ed71c
Commit
694ed71c
authored
Jul 08, 1997
by
Kevin Bracey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ursula branch merged
parent
c1eb5253
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Messages
Messages
+1
-0
c/main
c/main
+3
-3
No files found.
Messages
View file @
694ed71c
#{DictTokens}
E00
:
Scale has active tasks.
E01
:
Memory allocation failed.
E02
:
Buffer too short.
...
...
c/main
View file @
694ed71c
...
...
@@ -166,7 +166,7 @@ extern _kernel_oserror *Scale_init(char *cmd_tail, int podule_base, void *pw)
#endif
if
(
getenv
(
"Scale$Path"
)
==
NULL
)
filename
=
"Resources:Resources.Scale.Messages"
;
filename
=
"Resources:
$.
Resources.Scale.Messages"
;
else
filename
=
"Scale:Messages"
;
...
...
@@ -176,7 +176,7 @@ extern _kernel_oserror *Scale_init(char *cmd_tail, int podule_base, void *pw)
/* open the proginfo template file */
if
(
getenv
(
"Scale$Path"
)
==
NULL
)
filename
=
"Resources:Resources.Scale.Res"
;
filename
=
"Resources:
$.
Resources.Scale.Res"
;
else
filename
=
"Scale:Res"
;
...
...
@@ -234,7 +234,7 @@ extern void Scale_services(int service_number, _kernel_swi_regs *r, void *pw)
*/
if
(
getenv
(
"Scale$Path"
)
==
NULL
)
filename
=
"Resources:Resources.Scale.Res"
;
filename
=
"Resources:
$.
Resources.Scale.Res"
;
else
filename
=
"Scale:Res"
;
...
...
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