Signed-off-by: Maninder Singh <[email protected]>
Signed-off-by: Akhilesh Kumar <[email protected]>
---
pan/reporter.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pan/reporter.c b/pan/reporter.c
index 7b4a1e0..b9ec482 100644
--- a/pan/reporter.c
+++ b/pan/reporter.c
@@ -100,7 +100,7 @@ static int scanner_reporter(SYM tags)
* extract tag names from data
*/
ntags = NTAGS_START;
- taglist = (char **)malloc(sizeof(char *) * ntags);
+ taglist = malloc(sizeof(char *) * ntags);
tagcount = 0;
tl = taglist;
--
1.7.9.5
------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list