lib.h: Make `MAXIDSZ' clearer about where the value comes from.
[dvdrip] / lib.h
diff --git a/lib.h b/lib.h
index 5e8b865..b3ac99a 100644 (file)
--- a/lib.h
+++ b/lib.h
@@ -115,7 +115,7 @@ extern void store_filename(char *buf, ident id);
 
 #define DIF_MUSTVOLINF 1u
 #define DIF_MUSTIFOHASH 2u
-#define MAXIDSZ 99
+#define MAXIDSZ (32 + 1 + 32 + 1 + 32 + 1)
 extern int dvd_id(char *p, dvd_reader_t *dvd, unsigned f, const char *file);
 
 #endif