Subversion Repositories tpanel

Rev

Rev 433 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 433 Rev 434
Line 1366... Line 1366...
1366
        bytes.push_back(bt1);
1366
        bytes.push_back(bt1);
1367
        bytes.push_back(bt2);
1367
        bytes.push_back(bt2);
1368
    }
1368
    }
1369
 
1369
 
1370
    TCrc32 crc(bytes);
1370
    TCrc32 crc(bytes);
-
 
1371
    std::stringstream s;
-
 
1372
    s << "0x" << std::setw(8) << std::setfill('0') << std::hex << crc.getCrc32();
-
 
1373
    MSG_DEBUG("CRC32: " << s.str());
1371
    return crc.getCrc32();
1374
    return crc.getCrc32();
1372
}
1375
}