Browse Source

Merge commit '16aa189' into bfgminer

Luke Dashjr 12 years ago
parent
commit
782582bcaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      util.c

+ 1 - 1
util.c

@@ -2529,7 +2529,7 @@ retry:
 void notifier_init(notifier_t pipefd)
 {
 #ifdef WIN32
-#define WindowsErrorStr(e)  bfg_strerror(e, true)
+#define WindowsErrorStr(e)  bfg_strerror(e, BST_SOCKET)
 	SOCKET listener, connecter, acceptor;
 	listener = socket(AF_INET, SOCK_STREAM, 0);
 	if (listener == INVALID_SOCKET)