The rules are way simpler than so
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ int main() {
|
||||
|
||||
if (isFin && !*isAborted) {
|
||||
std::stringstream s;
|
||||
s << std::hex << crc;
|
||||
s << std::hex << crc << std::endl;
|
||||
res->end(s.str());
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user