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
John P. Willis
freem
Commits
e35735b6
Commit
e35735b6
authored
Mar 11, 2022
by
John P. Willis
Browse files
Attempt fix to libfreem
parent
c70c7abd
Pipeline
#738
passed with stage
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/mlib.c
src/mlib.c
+2
-1
No files found.
src/mlib.c
View file @
e35735b6
...
...
@@ -81,8 +81,9 @@ void mref2str(freem_ref_t *ref, char *key)
}
strcat
(
key
,
ref
->
name
);
if
(
ref
->
subscript_count
>
0
)
{
strcat
(
key
,
ref
->
name
);
strcat
(
key
,
"
\202
"
);
for
(
i
=
0
;
i
<
ref
->
subscript_count
;
i
++
)
{
...
...
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