diff options
Diffstat (limited to 'src/nng_compat.c')
| -rw-r--r-- | src/nng_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nng_compat.c b/src/nng_compat.c index 3192a5f7..24085f30 100644 --- a/src/nng_compat.c +++ b/src/nng_compat.c @@ -734,7 +734,7 @@ nn_cmsg_next(struct nn_msghdr *mh, struct nn_cmsghdr *first) void nn_sleep(uint64_t msec) { - nng_usleep(msec / 1000); + nng_usleep(msec * 1000); } |
