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
Jeffrey Lee
RISC_OSLib
Commits
ef3219a0
Commit
ef3219a0
authored
27 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Last check-in broke the stubs...
parent
04e387ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
c/string
c/string
+1
-1
No files found.
c/string
View file @
ef3219a0
...
...
@@ -462,7 +462,7 @@ void *memset(void *s, _chararg c, size_t n)
#endif
char
*
strerror
(
int
n
)
{
static
char
v
[
256
];
{
static
char
v
[
80
];
return
_strerror
(
n
,
v
);
}
...
...
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