aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-09 15:33:52 +0200
committerChristian Grothoff <christian@grothoff.org>2017-10-09 15:33:52 +0200
commit6095d7132b57fc7368fc7a40bab2a71b735724d2 (patch)
treed4e9fa4257c4364fee8b4d966fa7a08496694a79 /src/include
parentb577d5452c5c4ee9d552da62a24b95f461551fe2 (diff)
downloadlibextractor-6095d7132b57fc7368fc7a40bab2a71b735724d2.tar.gz
libextractor-6095d7132b57fc7368fc7a40bab2a71b735724d2.zip
fix NPE in FLAC plugin reported by Leon Zhao (https://bugzilla.redhat.com/show_bug.cgi?id=1499600)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/extractor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/extractor.h b/src/include/extractor.h
index 099e13a..38fa8fa 100644
--- a/src/include/extractor.h
+++ b/src/include/extractor.h
@@ -35,7 +35,7 @@ extern "C" {
35 * 0.2.6-1 => 0x00020601 35 * 0.2.6-1 => 0x00020601
36 * 4.5.2-0 => 0x04050200 36 * 4.5.2-0 => 0x04050200
37 */ 37 */
38#define EXTRACTOR_VERSION 0x01030002 38#define EXTRACTOR_VERSION 0x01030003
39 39
40#include <stdio.h> 40#include <stdio.h>
41 41