SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
audio/tracker/patches/patch-parse_options_c
Normal file
15
audio/tracker/patches/patch-parse_options_c
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- parse_options.c.orig Tue May 7 00:48:28 1996
|
||||
+++ parse_options.c Thu Dec 27 16:51:26 2007
|
||||
@@ -238,10 +238,11 @@ LOCAL int do_option(char *text, char *arg)
|
||||
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':
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue