diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-30 10:32:38 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-30 10:32:38 +0200 |
commit | b8cab6ea48484aa8ff3a64d7e0ec8b25c3369f99 (patch) | |
tree | 40f63936a2adc46eb7257cb98949d8981e4614b8 /filescan-utils.h | |
parent | 55f0a986d2c819731e45e5612dfc76a5d1ca76ce (diff) |
Rename back define variable.
Change-Id: Ie0d40f08230170ef780c46748889e153618d1c44
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'filescan-utils.h')
-rw-r--r-- | filescan-utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filescan-utils.h b/filescan-utils.h index e0c5da1..3c091b7 100644 --- a/filescan-utils.h +++ b/filescan-utils.h @@ -31,8 +31,8 @@ #endif #define STATIC static -#ifndef MAXPATH_LEN - #define MAXPATH_LEN 255 +#ifndef CONTROL_MAXPATH_LEN + #define CONTROL_MAXPATH_LEN 255 #endif // ctl-misc.c |