Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tinyxml2
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
la
platform
external
tinyxml2
Commits
e0595609
Unverified
Commit
e0595609
authored
2 years ago
by
Lee Thomason
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #925 from hordi/patch-1
Update tinyxml2.h
parents
9a89766a
2555efa9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tinyxml2.h
+1
-1
1 addition, 1 deletion
tinyxml2.h
with
1 addition
and
1 deletion
tinyxml2.h
+
1
−
1
View file @
e0595609
...
...
@@ -375,7 +375,7 @@ public:
virtual
void
*
Alloc
()
{
if
(
!
_root
)
{
// Need a new block.
Block
*
block
=
new
Block
()
;
Block
*
block
=
new
Block
;
_blockPtrs
.
Push
(
block
);
Item
*
blockItems
=
block
->
items
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment