Line
Link Here
|
0 |
-- xdg-mime |
0 |
++ xdg-mime |
Lines 724-730
Link Here
|
724 |
blanks++ |
724 |
blanks++ |
725 |
suppress=1 |
725 |
suppress=1 |
726 |
} else if (associations && index($0, prefix) == 1) { |
726 |
} else if (associations && index($0, prefix) == 1) { |
727 |
value=substr($0, length(prefix) + 1, length) |
727 |
value=substr($0, length(prefix) + 1, length($0)) |
728 |
split(value, apps, ";") |
728 |
split(value, apps, ";") |
729 |
value=application ";" |
729 |
value=application ";" |
730 |
count=0 |
730 |
count=0 |
Lines 923-929
Link Here
|
923 |
} else if (index($0, "[") == 1) { |
923 |
} else if (index($0, "[") == 1) { |
924 |
indefault=0 |
924 |
indefault=0 |
925 |
} else if (!found && indefault && index($0, prefix) == 1) { |
925 |
} else if (!found && indefault && index($0, prefix) == 1) { |
926 |
print substr($0, length(prefix) +1, length) |
926 |
print substr($0, length(prefix) +1, length($0)) |
927 |
found=1 |
927 |
found=1 |
928 |
} |
928 |
} |
929 |
} |
929 |
} |