mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 09:47:56 +08:00
Problem: IPC wildcard test broken on OSX
Solution: increase path buffer length to 73
This commit is contained in:
parent
5ce6bc5f6d
commit
11917f850a
@ -29,7 +29,7 @@
|
||||
|
||||
#include "testutil.hpp"
|
||||
|
||||
#define BUF_SIZE 32
|
||||
#define BUF_SIZE 73
|
||||
|
||||
int main (void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user