summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/wintools/makecab/makecab.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/source/win32/wintools/makecab/makecab.c')
-rw-r--r--setup_native/source/win32/wintools/makecab/makecab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_native/source/win32/wintools/makecab/makecab.c b/setup_native/source/win32/wintools/makecab/makecab.c
index 4acdc9fc315d..a5c7acda1a8e 100644
--- a/setup_native/source/win32/wintools/makecab/makecab.c
+++ b/setup_native/source/win32/wintools/makecab/makecab.c
@@ -61,7 +61,7 @@ void cabLogErr(PERF erf, char * msg)
if (erf->erfOper >= 0)
{
- if (erf->erfOper < (sizeof(FCI_ERRS)/sizeof(FCI_ERRS[0])))
+ if (erf->erfOper < SAL_N_ELEMENTS(FCI_ERRS))
cabLog(CABLOG_ERR, "%s: %s", msg, FCI_ERRS[erf->erfOper]);
else
cabLog(CABLOG_ERR, "%s: Unknown error", msg);