[Pcsclite-cvs-commit] r3083 - /trunk/PCSC/src/eventhandler.c
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Thu Aug 7 07:13:50 UTC 2008
Author: rousseau
Date: Thu Aug 7 07:13:50 2008
New Revision: 3083
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3083
Log:
reorder two lines
Modified:
trunk/PCSC/src/eventhandler.c
Modified: trunk/PCSC/src/eventhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/eventhandler.c?rev=3083&op=diff
==============================================================================
--- trunk/PCSC/src/eventhandler.c (original)
+++ trunk/PCSC/src/eventhandler.c Thu Aug 7 07:13:50 2008
@@ -59,10 +59,10 @@
exit(1);
}
- pageSize = SYS_GetPageSize();
-
/* set correct mode even is umask is too restictive */
SYS_Chmod(PCSCLITE_PUBSHM_FILE, mode);
+
+ pageSize = SYS_GetPageSize();
/*
* Jump to end of file space and allocate zero's
More information about the Pcsclite-cvs-commit
mailing list