0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 17:58:01 +08:00

Problem: IPC wildcard test broken on OSX

Solution: increase path buffer length to 73
This commit is contained in:
Luca Boccassi 2016-03-14 22:38:22 +00:00
parent 5ce6bc5f6d
commit 11917f850a

View File

@ -29,7 +29,7 @@
#include "testutil.hpp"
#define BUF_SIZE 32
#define BUF_SIZE 73
int main (void)
{