Toggle navigation
Sign in
taskrambler
/
libtrbase
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
23c33c57702129c83db2b106e62d1709fefea7e9
Authored by
Georg Hopp
2014-08-25 18:56:21 +0100
1 parent
7f825c8a
code structure
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/sized_data.c
src/sized_data.c
View file @
23c33c5
...
...
@@ -32,7 +32,7 @@ static
32
32
int
33
33
sizedDataCtor
(
void
*
_this
,
va_list
*
params
)
34
34
{
35
-
TR_SizedData
this
=
_this
;
35
+
TR_SizedData
this
=
_this
;
36
36
char
*
data
=
va_arg
(
*
params
,
char
*
);
37
37
38
38
this
->
size
=
va_arg
(
*
params
,
size_t
);
...
...
Please
register
or
login
to post a comment