diff --git a/src/decor.cxx b/src/decor.cxx index 23357e0..2d5fc61 100644 --- a/src/decor.cxx +++ b/src/decor.cxx @@ -625,7 +625,7 @@ void CDecor::BuildPutBlupi() * consider the following code as a workaround. */ if (x == m_blupi[rank].cel.x) - x++; + x -= 2; else x = m_blupi[rank].cel.x;