ミラー元
https://github.com/quitesimpleorg/qsmaddy.git
前回の同期 2025-06-26 21:22:05 +02:00
make sure that all parsers are finished
このコミットが含まれているのは:
@ -93,6 +93,18 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
// make sure, that all parsers are finished
|
||||
if (currentBlockParser)
|
||||
{
|
||||
std::string emptyLine = "";
|
||||
currentBlockParser->AddLine(emptyLine);
|
||||
if (currentBlockParser->IsFinished())
|
||||
{
|
||||
result += currentBlockParser->GetResult().str();
|
||||
currentBlockParser = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
新しいイシューから参照
ユーザーをブロックする