fix: arch linux崩溃

This commit is contained in:
msojocs 2025-05-02 08:58:53 +08:00
parent 5ca14f224f
commit 41370c6371
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## 🌈 v0.1.4 / 2025-05-02
🐞 Bug Fixes
- 修正Arch Linux崩溃
## 🌈 v0.1.3 / 2025-02-17
🐞 Bug Fixes

View File

@ -38,7 +38,7 @@ namespace WXSS
if (
i
&& cur->offset_164 > this->offset_120[i - 1]->offset_168
&& a2[a2.length() - 1] != '\n'
&& (a2.length() == 0 || a2[a2.length() - 1] != '\n')
)
{
a2 += " ";