Add back this patch which was missing in the release 1.5 tarball :(

This commit is contained in:
Brian Somers 2001-07-07 00:28:57 +00:00
parent c6c4d86a7e
commit a891a73796
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44847

View 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);