mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-19 04:33:27 +02:00
Problem: IPC wildcard test broken on OSX
Solution: increase path buffer length to 73
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
#include "testutil.hpp"
|
||||
|
||||
#define BUF_SIZE 32
|
||||
#define BUF_SIZE 73
|
||||
|
||||
int main (void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user