wok diff linux-cloop/stuff/cloop.u @ rev 19159
/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 26 20:16:45 2016 +0300 (2016-05-26) |
parents | 8fe10eb4f215 |
children | 36e9a3dcd5de |
line diff
1.1 --- a/linux-cloop/stuff/cloop.u Sun Jan 17 14:10:13 2016 +0100 1.2 +++ b/linux-cloop/stuff/cloop.u Thu May 26 20:16:45 2016 +0300 1.3 @@ -68,7 +68,7 @@ 1.4 + for (i = 0, j = sizeof(struct cloop_head); i < n; i++) { 1.5 + offsets[i].offset = j; 1.6 + if (offsets[i].size & 0x80000000) { 1.7 -+ unsigned long k = offset[i].size & 0x7FFFFFFF; 1.8 ++ unsigned long k = offsets[i].size & 0x7FFFFFFF; 1.9 + offsets[i].offset = offsets[k].offset; 1.10 + offsets[i].size = offsets[k].size; 1.11 + }