Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gcc-mirror
gcc
Commits
41578bef
Unverified
Commit
41578bef
authored
3 years ago
by
Jan Schlüter
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix misnamed argument in vsnprintf implementation
parent
b789c44c
github/fork/f0k/patch-1
1 merge request
!63
Fix misnamed argument in vsnprintf implementation
Pipeline
#1118
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libgfortran/runtime/error.c
+1
-1
libgfortran/runtime/error.c
with
1 addition
and
1 deletion
+1
-1
libgfortran/runtime/error.c
+
1
-
1
View file @
41578bef
...
@@ -138,7 +138,7 @@ estr_writev (const struct iovec *iov, int iovcnt)
...
@@ -138,7 +138,7 @@ estr_writev (const struct iovec *iov, int iovcnt)
#ifndef HAVE_VSNPRINTF
#ifndef HAVE_VSNPRINTF
static
int
static
int
gf_vsnprintf
(
char
*
st
r
,
size_t
size
,
const
char
*
format
,
va_list
ap
)
gf_vsnprintf
(
char
*
buffe
r
,
size_t
size
,
const
char
*
format
,
va_list
ap
)
{
{
int
written
;
int
written
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets