Tony Crisci 5c32de43c0 Bugfix: serialize con_id with %p in run_binding()
%p is equivalent to either %x or %lx, depending on the pointer size of the
platform. Before this commit, we always used %d, which has the same behavior
on Linux, but is not automatically expanded to %ld on e.g. FreeBSD.

fixes #1661
2015-04-25 20:05:55 -04:00
2015-04-16 09:08:46 +02:00
2015-04-16 09:02:58 +02:00
2015-03-11 21:41:43 -07:00
2015-03-11 21:41:43 -07:00
2011-08-28 17:44:42 +02:00
2011-08-28 17:44:42 +02:00
2015-04-16 09:02:58 +02:00
Description
No description provided
15 MiB
Languages
C 58.6%
Perl 29%
Raku 9.4%
Ruby 1.2%
Shell 0.7%
Other 1.1%