/[winpt]/trunk/Src/wptCardEdit.cpp
ViewVC logotype

Diff of /trunk/Src/wptCardEdit.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 270 by twoaday, Sat Oct 21 18:08:57 2006 UTC revision 271 by twoaday, Sun Nov 5 08:57:45 2006 UTC
# Line 87  get_str_timestamp (long long_ts) Line 87  get_str_timestamp (long long_ts)
87    
88      if (long_ts < 1)      if (long_ts < 1)
89          return strdup ("");          return strdup ("");
90      dat = get_locale_date (long_ts, timebuf, sizeof (timebuf)-1);      dat = get_locale_date (long_ts, timebuf, DIM (timebuf)-1);
91      if (!dat)      if (!dat)
92          return strdup ("");          return strdup ("");
93    
# Line 469  GpgCardEdit::getCardStatus (gpg_card_t * Line 469  GpgCardEdit::getCardStatus (gpg_card_t *
469      }      }
470    
471      *r_card = card;      *r_card = card;
472      while (gpg_data_readline (out, buf, sizeof (buf)-2) > 0) {      while (gpg_data_readline (out, buf, DIM (buf)-2) > 0) {
473          err = statuscard_colon_handler (card, buf);          err = statuscard_colon_handler (card, buf);
474          if (err)          if (err)
475              break;              break;

Legend:
Removed from v.270  
changed lines
  Added in v.271

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26