[Pcsclite-cvs-commit] CVS libmusclecard/src

CVS User rousseau ludovic.rousseau@free.fr
Thu, 21 Apr 2005 09:23:39 +0000


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

Modified Files:
	tokenfactory.c 
Log Message:
add a missing \ in "%s\\%s\Contents\\Win32\\%s"

Thanks to Karsten Ohme for the patch


--- /cvsroot/pcsclite/libmusclecard/src/tokenfactory.c	2005/02/22 15:38:55	1.30
+++ /cvsroot/pcsclite/libmusclecard/src/tokenfactory.c	2005/04/21 09:23:38	1.31
@@ -8,7 +8,7 @@
  * Copyright (C) 2004
  *  Ludovic Rousseau <ludovic.rousseau@free.fr>
  *
- * $Id: tokenfactory.c,v 1.30 2005/02/22 15:38:55 rousseau Exp $
+ * $Id: tokenfactory.c,v 1.31 2005/04/21 09:23:38 rousseau Exp $
  */
 
 #include "config.h"
@@ -265,7 +265,7 @@
 					}
 				}
 #if defined(WIN32)
-				sprintf(fullLibPath, "%s\\%s\Contents\\Win32\\%s",
+				sprintf(fullLibPath, "%s\\%s\\Contents\\Win32\\%s",
 					MSC_SVC_DROPDIR, findData.cFileName, keyValue);
 #elif defined(__APPLE__)
 				sprintf(fullLibPath, "%s/%s", MSC_SVC_DROPDIR,