Previous | 199869 Revisions | Next |
r23759 Tuesday 18th June, 2013 at 00:04:27 UTC by Oliver Stöneberg |
---|
chdman: -c would only overwrite the amount of compressions defined - part of the default compressions might still have been used [Oliver Stöneberg] |
[src/tools] | chdman.c |
r23758 | r23759 | |
---|---|---|
1086 | 1086 | if (end == -1) |
1087 | 1087 | break; |
1088 | 1088 | } |
1089 | ||
1090 | for(;index < 4; ++index) | |
1091 | { | |
1092 | compression[index] = CHD_CODEC_NONE; | |
1093 | } | |
1089 | 1094 | } |
1090 | 1095 | |
1091 | 1096 |
Previous | 199869 Revisions | Next |