mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 05:46:30 +02:00
Fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6771 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ee8c52f35e
commit
512ff15a0b
@ -288,7 +288,7 @@ int main(int argc, char **argv)
|
||||
*((u32 *) & buf[0x4]) = 0x0L;
|
||||
memcpy(b, buf, 0x100);
|
||||
memcpy(b + 0x100, buf + ((l0 >> 1) - ((l0 & 0x6) >> 1)), 0x100);
|
||||
memcpy(b + 0x200, buf + (I0 - 0x200), 0x200);
|
||||
memcpy(b + 0x200, buf + (l0 - 0x200), 0x200);
|
||||
*((u32 *) & b[0x18]) = 0x0L;
|
||||
|
||||
sum = crc32(b, 0x400);
|
||||
|
Loading…
Reference in New Issue
Block a user