>>>>> On Thu, 22 Nov 2012 10:22:39 +0100, Bastian Friedrich said:
> 
> +             bsnprintf(add, sizeof(add), "%lu", (uint32_t)getpid());

Using %lu for uint32_t is wrong on 64-bit systems.  Why not cast to unsigned
long?

__Martin

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to