aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/it_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/it_extractor.c')
-rw-r--r--src/plugins/it_extractor.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/it_extractor.c b/src/plugins/it_extractor.c
index ea49cbe..bde8d1c 100644
--- a/src/plugins/it_extractor.c
+++ b/src/plugins/it_extractor.c
@@ -75,9 +75,10 @@ EXTRACTOR_it_extract (const char *data,
75 return 1; 75 return 1;
76 76
77 /* Version of Tracker */ 77 /* Version of Tracker */
78 sprintf (itversion, 78 snprintf (itversion,
79 "%d.%d", 79 sizeof (itversion),
80 (head->version[0]& 0x01),head->version[1]); 80 "%d.%d",
81 (head->version[0]& 0x01),head->version[1]);
81 if (0 != proc (proc_cls, 82 if (0 != proc (proc_cls,
82 "it", 83 "it",
83 EXTRACTOR_METATYPE_FORMAT_VERSION, 84 EXTRACTOR_METATYPE_FORMAT_VERSION,