modified the memset patch, memsetting the whole array
[cdrkit.git] / cdrkit-1.1.10-build-fix.patch
blob75c4db2f5eb3cfcac2bdc0b909a8210cae1f3609
1 diff -up cdrkit-1.1.10/genisoimage/genisoimage.c.build-fix cdrkit-1.1.10/genisoimage/genisoimage.c
2 --- cdrkit-1.1.10/genisoimage/genisoimage.c.build-fix 2010-01-20 11:05:05.000000000 +0100
3 +++ cdrkit-1.1.10/genisoimage/genisoimage.c 2010-01-20 11:21:16.144098749 +0100
4 @@ -47,6 +47,7 @@
6 #include <mconfig.h>
7 #include "genisoimage.h"
8 +#include "checksum.h"
9 #include "iso9660.h"
10 #include <errno.h>
11 #include <timedefs.h>