comment patch which is not ready
[cdrkit.git] / cdrkit-1.1.9-root_option.patch
blob79752e40488449f6e96fa6e1273d178fbfdc6f51
1 --- cdrkit-1.1.9/genisoimage/genisoimage.c 2009-08-11 13:45:42.491887853 +0200
2 +++ cdrkit-1.1.9-master/genisoimage/genisoimage.c 2009-08-11 15:10:23.382014864 +0200
3 @@ -3117,8 +3117,10 @@ if (check_session == 0)
4 if (reloc_root != NULL) {
5 strcpy(graft_point, reloc_root);
6 len = strlen(graft_point);
7 - if (graft_point[len] != '/')
8 + if (graft_point[len] != '/'){
9 graft_point[len++] = '/';
10 + graft_point[len] = '\0';
11 + }
12 } else {
13 len = 0;