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
a5027c0f
Commit
a5027c0f
authored
Jul 08, 2019
by
Uwe Schulzweida
Browse files
varInsertTileSubtype: bug fix [report: Florian Prill].
parent
4e006be5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/varscan.c
View file @
a5027c0f
...
...
@@ -368,7 +368,7 @@ paramNewEntry(int param)
static
int
varInsertTileSubtype
(
vartable_t
*
vptr
,
const
var_tile_t
*
tiles
)
{
if
(
tiles
==
NULL
)
return
-
1
;
if
(
tiles
==
NULL
)
return
0
;
// first, generate a subtype based on the info in "tiles".
subtype_t
*
subtype_ptr
;
...
...
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