From mboxrd@z Thu Jan 1 00:00:00 1970 From: hjemli at gmail.com (Lars Hjemli) Date: Sun, 18 Mar 2012 10:22:15 +0100 Subject: [PATCH 2/2] use correct type for sizeof In-Reply-To: <1326339529-1180-3-git-send-email-jamie.couture@gmail.com> References: <20120104085915.GA13439@dcvr.yhbt.net> <1326339529-1180-1-git-send-email-jamie.couture@gmail.com> <1326339529-1180-3-git-send-email-jamie.couture@gmail.com> Message-ID: On Thu, Jan 12, 2012 at 04:38, Jamie Couture wrote: > **L would have worked well too. ?Depending on the distribution sizeof *L > may return 8 instead of 4. **L is preferable, but since we don't expect > this datatype to change very often, sizeof int is less subtle and easier > to understand. Finally applied to stable -- larsh