Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PrtLib
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李定达
PrtLib
Commits
1a9ab21d
Commit
1a9ab21d
authored
Apr 04, 2019
by
李定达
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1修复无子节点不打印杯贴bug
parent
e7c1d76e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
PrtLib/PrtLib.suo
+0
-0
PrtLib/PrtLib/PrintLib.cpp
+3
-3
No files found.
PrtLib/PrtLib.suo
View file @
1a9ab21d
No preview for this file type
PrtLib/PrtLib/PrintLib.cpp
View file @
1a9ab21d
...
...
@@ -250,10 +250,10 @@ bool PrintLib::_LabPrintOrder(rapidxml::xml_node<> * xmlNode,rapidjson::Documen
//循环解析xml
for
(;
node
!=
NULL
;
node
=
node
->
next_sibling
())
{
rapidxml
::
xml_node
<>
*
childMath
=
node
->
first_node
();
//<math
//
rapidxml::xml_node<> * childMath = node->first_node(); //<math
if
(
childMath
==
NULL
)
continue
;
//
if(childMath == NULL)
//
continue;
std
::
string
nodeName
=
node
->
name
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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