Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
10916b55
Commit
10916b55
authored
Jan 14, 2013
by
Uwe Schulzweida
Browse files
renamed grbWriteRecord to grb_write_record
parent
9e5bfdf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream_record.c
View file @
10916b55
...
...
@@ -373,7 +373,7 @@ void stream_write_record(int streamID, int memtype, const void *data, int nmiss)
case
FILETYPE_GRB
:
case
FILETYPE_GRB2
:
{
status
=
grb
W
rite
R
ecord
(
streamID
,
memtype
,
data
,
nmiss
);
status
=
grb
_w
rite
_r
ecord
(
streamID
,
memtype
,
data
,
nmiss
);
break
;
}
#endif
...
...
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