openbsd-ports/audio/tracker/patches/patch-af
espie 65dc494456 True tracker port, with native OpenBSD audio, synchronization of the display
with sounds, numerous minor bug-fix, and authorization to redistribute.
1998-10-02 17:19:44 +00:00

17 lines
445 B
Plaintext

diff -u -r w2/tracker/parse_options.c work/tracker/parse_options.c
--- w2/tracker/parse_options.c Tue May 7 00:48:28 1996
+++ work/tracker/parse_options.c Sun Sep 27 16:33:45 1998
@@ -238,10 +238,11 @@
switch(type)
{
case 's':
+ case 'm':
if (i == argindex)
set->args[argindex].scalar = 1;
else
- set->args[i].scalar = 0;
+ set->args[argindex].scalar = 0;
return 0;
case 'n':
{