0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-27 23:51:04 +08:00
Elliot Saba 1fbc67a40a Fix pointer indirection precedence issue in docs
Without this change, a segmentation fault is likely to occur when using the proposed snippet of code, as `*address[size]` is equivalent to `*(address[size])`, not `(*address)[size]` as clearly intended.
2015-09-13 20:46:14 -07:00
..
2013-09-15 20:13:44 +02:00
2014-11-07 22:30:15 -08:00
2013-06-27 20:53:15 +02:00
2014-10-17 17:21:41 +02:00
2013-08-17 20:22:50 +02:00
2013-06-27 20:53:15 +02:00
2014-11-05 06:24:22 -08:00
2013-11-05 13:02:41 +01:00