mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[D3DXOF]
- Avoid undefined behavior in parse_object_parts. Fixes 3D app startup on MSVC builds. CORE-10590 #resolve svn path=/trunk/; revision=70117
This commit is contained in:
@@ -1337,7 +1337,8 @@ _exit:
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
buf->pxo = buf->pxo->children[buf->pxo->nb_children] = &buf->pxo_tab[buf->pxo->root->nb_subobjects++];
|
||||
buf->pxo = buf->pxo->children[buf->pxo->nb_children] = &buf->pxo_tab[buf->pxo->root->nb_subobjects];
|
||||
pxo->root->nb_subobjects++;
|
||||
|
||||
TRACE("Enter optional %s\n", (char*)buf->value);
|
||||
buf->level++;
|
||||
|
||||
Reference in New Issue
Block a user