Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184484 | Differences between
and this patch

Collapse All | Expand All

(-)gnupg-2.0.5.org/common/t-gettime.c (-1 / +1 lines)
Lines 57-63 test_isotime2epoch (void) Link Here
57
    { NULL, 0 }
57
    { NULL, 0 }
58
  };
58
  };
59
  int idx;
59
  int idx;
60
  u32 val;
60
  time_t val;
61
  gnupg_isotime_t tbuf;
61
  gnupg_isotime_t tbuf;
62
62
63
  for (idx=0; array[idx].string; idx++)
63
  for (idx=0; array[idx].string; idx++)

Return to bug 184484