You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/11 16:49:41 UTC

svn commit: r813863 - /commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h

Author: mturk
Date: Fri Sep 11 14:49:40 2009
New Revision: 813863

URL: http://svn.apache.org/viewvc?rev=813863&view=rev
Log:
>From where this came in i have no clue

Modified:
    commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h

Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h?rev=813863&r1=813862&r2=813863&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h (original)
+++ commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h Fri Sep 11 14:49:40 2009
@@ -1300,7 +1300,7 @@
 
 /* A special case, only socket calls require this:
  */
-#define ACR_GET_NETOS_ERROR()    (_NetGetLastError((e)))
+#define ACR_GET_NETOS_ERROR()    (_NetGetLastError())
 #define ACR_SET_NETOS_ERROR(e)   (WSASetLastError((e)))
 
 /* ACR CANONICAL ERROR TESTS */