Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
b4e93b0e
Commit
b4e93b0e
authored
Nov 23, 2016
by
Fabian Wachsmann
Browse files
kvl kvlist
parent
09fa1d73
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cmortable_parser.c
View file @
b4e93b0e
...
...
@@ -130,7 +130,7 @@ char *getElementValues(char *pline, char **values, int *nvalues)
}
void
cmortablebuf_to_pmlist
(
list_t
*
pml
ist
,
size_t
buffersize
,
char
*
buffer
)
void
cmortablebuf_to_pmlist
(
list_t
*
pml
,
size_t
buffersize
,
char
*
buffer
)
{
char
line
[
4096
];
char
name
[
256
];
...
...
@@ -138,7 +138,7 @@ void cmortablebuf_to_pmlist(list_t *pmlist, size_t buffersize, char *buffer)
char
*
listkeys
[]
=
{
"axis_entry:"
,
"variable_entry:"
,
"¶meter"
};
int
linenumber
=
0
;
int
listtype
=
0
;
list_t
*
kvl
ist
=
NULL
;
list_t
*
kvl
=
NULL
;
while
(
(
buffer
=
readLineFromBuffer
(
buffer
,
&
buffersize
,
line
,
sizeof
(
line
)))
)
{
...
...
Write
Preview
Supports
Markdown
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