summaryrefslogtreecommitdiff
path: root/lib/ZFlsLocs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZFlsLocs.c')
-rw-r--r--lib/ZFlsLocs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ZFlsLocs.c b/lib/ZFlsLocs.c
index 40a9c43..66ee52d 100644
--- a/lib/ZFlsLocs.c
+++ b/lib/ZFlsLocs.c
@@ -28,7 +28,7 @@ Code_t ZFlushLocations()
free(__locate_list[i].time);
}
- free(__locate_list);
+ free((char *)__locate_list);
__locate_list = 0;
__locate_num = 0;