Skip to content

Commit af43477

Browse files
Updating rapidyaml and ssLogger
1 parent 27bfda1 commit af43477

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

External/rapidyaml

Submodule rapidyaml updated 195 files

Src/runcpp2/ParseUtil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bool runcpp2::CheckNodeRequirements(ryml::ConstNodeRef& node,
2525
{
2626
INTERNAL_RUNCPP2_SAFE_START();
2727

28-
if(!node.valid())
28+
if(node.invalid())
2929
{
3030
ssLOG_ERROR("Node is invalid");
3131
return false;

0 commit comments

Comments
 (0)