Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 722962
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/ifd/ifd.cpp
0
++ b/ifd/ifd.cpp
Lines 958-964 Link Here
958
  else
958
  else
959
    l_atrLength=0;
959
    l_atrLength=0;
960
  rj=r->IfdPower(mode, Atr, &l_atrLength);
960
  rj=r->IfdPower(mode, Atr, &l_atrLength);
961
  switch (rj) {
961
  switch (static_cast<NTSTATUS>(rj)) {
962
  case STATUS_SUCCESS:
962
  case STATUS_SUCCESS:
963
    DEBUGLUN(Lun, DEBUG_MASK_IFD, "Success (ATR: %d bytes)\n", (int)l_atrLength);
963
    DEBUGLUN(Lun, DEBUG_MASK_IFD, "Success (ATR: %d bytes)\n", (int)l_atrLength);
964
    rc=IFD_SUCCESS;
964
    rc=IFD_SUCCESS;

Return to bug 722962