/[pcsclite]/trunk/Drivers/ccid/src/ccid.c
ViewVC logotype

Diff of /trunk/Drivers/ccid/src/ccid.c

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

revision 2081 by rousseau, Wed May 3 20:48:48 2006 UTC revision 2082 by rousseau, Fri Jun 30 14:04:33 2006 UTC
# Line 349  void ccid_error(int error, char *file, i Line 349  void ccid_error(int error, char *file, i
349                                  text = var_text;                                  text = var_text;
350                          }                          }
351                          else                          else
352                                  text = "Unknown CCID error";                                  sprintf(var_text, "Unknown CCID error: 0x%02X", error);
353                                    text = var_text;
354                          break;                          break;
355          }          }
356          log_msg(PCSC_LOG_ERROR, "%s:%d:%s %s", file, line, function, text);          log_msg(PCSC_LOG_ERROR, "%s:%d:%s %s", file, line, function, text);

Legend:
Removed from v.2081  
changed lines
  Added in v.2082

  ViewVC Help
Powered by ViewVC 1.1.5