1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2014-07-28 01:40:51 -04:00
parent e882217c62
commit 7b6e65b088
247 changed files with 2985 additions and 1618 deletions

View File

@@ -86,7 +86,7 @@ public class Xobc_img_run_xfer extends Xob_itm_basic_base implements Xob_cmd, Gf
boolean thumb_pass = false, skip = false; //byte orig_pass = Bool_.__byte;
for (int i = 0; i < lnks_len; i++) {
Xofo_lnki lnk = lnks[i];
xfer_itm.Atrs_by_lnki(lnk.Lnki_type(), lnk.Lnki_w(), lnk.Lnki_h(), lnk.Lnki_upright(), lnk.Lnki_thumbtime(), Xof_doc_page.Null);
xfer_itm.Init_by_lnki(row.Name(), row.Redirect(), lnk.Lnki_type(), lnk.Lnki_w(), lnk.Lnki_h(), lnk.Lnki_upright(), lnk.Lnki_thumbtime(), Xof_doc_page.Null); // NOTE: row.Name(), row.Redirect() is redundant with above, but (a) performance implications only and (b) this class is deprecated
xfer_itm.Atrs_calc_for_html();
xfer.Atrs_by_itm(xfer_itm, src_repo, trg_repo);
if (!xfer.Download_allowed_by_ext() || xfer_itm.Meta_itm().Orig_exists() == Xof_meta_itm.Exists_n) {skip = true; break;}