From c38fb7c7a2c2c5878294edaff40ea38d4aabb482 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Wed, 22 Oct 1997 06:13:44 +0000 Subject: Upgrade to version 1.11.1, also fix an ininitialized variable bug in the multisession stuff. Too bad, but i've missed the 2.2.5 deadline with this by a few hours. --- sysutils/mkisofs-devel/files/patch-ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysutils/mkisofs-devel/files/patch-ac') diff --git a/sysutils/mkisofs-devel/files/patch-ac b/sysutils/mkisofs-devel/files/patch-ac index fe9584601618..b0ca127e41a8 100644 --- a/sysutils/mkisofs-devel/files/patch-ac +++ b/sysutils/mkisofs-devel/files/patch-ac @@ -22,9 +22,10 @@ + memcpy (copy, name, strlen(name) + 1); + pnt = copy; + last_dot = strrchr (pnt,'.'); - *last_dot = '\0'; + c = last_dot; + *c = '\0'; last_dot = strrchr (pnt,'.'); -- *last_dot = '.'; +- *c = '.'; } while(*pnt) -- cgit v1.2.3