squashfs4: fix a compile error on big-endian systems (patch from #9842)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 31 Jul 2011 17:59:31 +0000 (17:59 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 31 Jul 2011 17:59:31 +0000 (17:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27851 3c298f89-4303-0410-b956-a3cf2f4a3e73

tools/squashfs4/patches/160-expose_lzma_xz_options.patch

index 61f5e6c..d606396 100644 (file)
 +              if (size != sizeof(struct lzma_opts))
 +                      goto failed;
 +              
-+              SQUASHFS_INSWAP_LZMA_COMP_OPTS(&comp_opts);
++              SQUASHFS_INSWAP_LZMA_COMP_OPTS(comp_opts);
 +              
 +              options.flags = comp_opts->flags & LZMA_OPT_FLT_MASK;
 +              options.preset  = (comp_opts->flags & LZMA_OPT_PRE_MASK) >> LZMA_OPT_PRE_OFF;
This page took 0.025956 seconds and 4 git commands to generate.