]> git.proxmox.com Git - pmg-log-tracker.git/commit
replace static const int with #define
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 21 Feb 2019 08:42:06 +0000 (09:42 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 22 Feb 2019 12:13:27 +0000 (13:13 +0100)
commit48eebf537f34190558715d8a639015d739a731bd
treed1d4883c03f53d19e521f1af149506aee71def00
parent516305b73a30cf71e9c54938a574284ed37e7ad8
replace static const int with #define

using a static const int as array size is technically a
variable length array, so we should not use it that way

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
pmg-log-tracker.c