[Pcsclite-cvs-commit] CVS libmusclecard/src

CVS User rousseau ludovic.rousseau@free.fr
Wed, 06 Oct 2004 02:36:00 -0600


Update of /cvsroot/pcsclite/libmusclecard/src
In directory haydn:/tmp/cvs-serv9129

Modified Files:
	tokenfactory.c 
Log Message:
use MSC_ARCH instead of PCSC_ARCH


--- /cvsroot/pcsclite/libmusclecard/src/tokenfactory.c	2004/09/29 16:55:54	1.27
+++ /cvsroot/pcsclite/libmusclecard/src/tokenfactory.c	2004/10/06 08:35:59	1.28
@@ -8,7 +8,7 @@
  * Copyright (C) 2004
  *  Ludovic Rousseau <ludovic.rousseau@free.fr>
  *
- * $Id: tokenfactory.c,v 1.27 2004/09/29 16:55:54 rousseau Exp $
+ * $Id: tokenfactory.c,v 1.28 2004/10/06 08:35:59 rousseau Exp $
  */
 
 #include "config.h"
@@ -270,7 +270,7 @@
 					currFP->d_name);
 #else
 				sprintf(fullLibPath, "%s/%s/Contents/%s/%s", MSC_SVC_DROPDIR,
-					currFP->d_name, PCSC_ARCH, keyValue);
+					currFP->d_name, MSC_ARCH, keyValue);
 #endif
 
 				if (fullLibPath == NULL)