Project

General

Profile

Bug #450

StreamStructuredData MoveToAncestor

Added by André Neto about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
17.02.2020
Due date:
% Done:

0%

Estimated time:

Description

diff --git a/Source/Core/BareMetal/L3Streams/StreamStructuredData.h b/Source/Core/BareMetal/L3Streams/StreamStructuredData.h
index 914cb255..32e5e966 100644
--- a/Source/Core/BareMetal/L3Streams/StreamStructuredData.h
+++ b/Source/Core/BareMetal/L3Streams/StreamStructuredData.h
@@ -410,6 +410,7 @@ bool StreamStructuredData<Printer>::MoveToAncestor(uint32 generations) {
                     ret = (terminator == '.');
                     if (ret) {
                         currentPathTmp += token;
+                        currentPathTmp += '.';
                     }
                 }
             }

History

#1 Updated by André Neto about 5 years ago

  • Assignee set to André Neto

#2 Updated by André Neto about 5 years ago

  • Status changed from Code: Impl to Closed

Solved as part of version 1.1.0

Also available in: Atom PDF