Re: [dev] [st] [patch] misplaced parenthesis in LEN macro

From: FRIGN <dev_AT_frign.de>
Date: Sun, 20 Apr 2014 14:49:30 +0200

On Sun, Apr 20, 2014 at 03:41:40PM +0400
noname_AT_inventati.org wrote:
> […]
> -#define LEN(a) (sizeof(a) / sizeof(a[0]))
> +#define LEN(a) (sizeof(a) / sizeof(a)[0])
> […]

Btw:

1) Use git format-patch instead of generating normal diffs
2) Don't just send your diffs in without saying anything
3) Somehow, all of your messages have been bouncing for me. I don't
know if this is coincidence or some error on my or the ml's behalf.

Cheers

FRIGN

-- 
FRIGN <dev_AT_frign.de>
Received on Sun Apr 20 2014 - 14:49:30 CEST

This archive was generated by hypermail 2.3.0 : Sun Apr 20 2014 - 15:00:07 CEST