From: Guus Sliepen Date: Sat, 24 Oct 2009 14:15:24 +0000 (+0200) Subject: Use uint32_t instead of long int for connection options. X-Git-Tag: release-1.0.11~11 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=5cbddc68bade0d1f8ded1b784bb27bb44c5dc5dc;hp=5cbddc68bade0d1f8ded1b784bb27bb44c5dc5dc Use uint32_t instead of long int for connection options. Options should have a fixed width anyway, but this also fixes a possible MinGW compiler bug where %lx tries to print a 64 bit value, even though a long int is only 32 bits. ---