Add back this patch which was missing in the release 1.5 tarball :(
This commit is contained in:
parent
c6c4d86a7e
commit
a891a73796
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44847
1 changed files with 10 additions and 0 deletions
10
sysutils/dvdtape/files/patch-ac
Normal file
10
sysutils/dvdtape/files/patch-ac
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- dvdtape.c.orig Sun Jun 24 14:43:54 2001
|
||||
+++ dvdtape.c Sat Jul 7 01:27:51 2001
|
||||
@@ -184,6 +184,7 @@
|
||||
"Read out speed must be 2, 5 or 10 for 2.52, 5.04, or 10.08 megabits/second.\n");
|
||||
exit(1);
|
||||
}
|
||||
+ break;
|
||||
case 's': side = atoi(optarg); break;
|
||||
case 'S':
|
||||
sides = atoi(optarg);
|
Loading…
Reference in a new issue