Merge pull request #2269 from kyuheon-kr/fix-issue-2201
Fix issue #2201
This commit is contained in:
		@@ -766,6 +766,7 @@ public:
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        if (msg.source.empty())
 | 
					        if (msg.source.empty())
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 | 
					            ScopedPadder p(0, padinfo_, dest);
 | 
				
			||||||
            return;
 | 
					            return;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -800,6 +801,7 @@ public:
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        if (msg.source.empty())
 | 
					        if (msg.source.empty())
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 | 
					            ScopedPadder p(0, padinfo_, dest);
 | 
				
			||||||
            return;
 | 
					            return;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        size_t text_size = padinfo_.enabled() ? std::char_traits<char>::length(msg.source.filename) : 0;
 | 
					        size_t text_size = padinfo_.enabled() ? std::char_traits<char>::length(msg.source.filename) : 0;
 | 
				
			||||||
@@ -846,6 +848,7 @@ public:
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        if (msg.source.empty())
 | 
					        if (msg.source.empty())
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 | 
					            ScopedPadder p(0, padinfo_, dest);
 | 
				
			||||||
            return;
 | 
					            return;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        auto filename = basename(msg.source.filename);
 | 
					        auto filename = basename(msg.source.filename);
 | 
				
			||||||
@@ -867,6 +870,7 @@ public:
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        if (msg.source.empty())
 | 
					        if (msg.source.empty())
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 | 
					            ScopedPadder p(0, padinfo_, dest);
 | 
				
			||||||
            return;
 | 
					            return;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -889,6 +893,7 @@ public:
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        if (msg.source.empty())
 | 
					        if (msg.source.empty())
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
 | 
					            ScopedPadder p(0, padinfo_, dest);
 | 
				
			||||||
            return;
 | 
					            return;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        size_t text_size = padinfo_.enabled() ? std::char_traits<char>::length(msg.source.funcname) : 0;
 | 
					        size_t text_size = padinfo_.enabled() ? std::char_traits<char>::length(msg.source.funcname) : 0;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user