diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2016-05-31 16:35:47 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2016-05-31 16:45:34 +0300 |
commit | 7cf3a9d4f034d1b1d4ce728cc70c33e5edc3d384 (patch) | |
tree | 2927dafd02211745327dade4ac90d41ffd9ae5f5 /freedesktop.org.xml.in | |
parent | 0490bb5fe269282e7bcb61565d4358a644083370 (diff) |
application/x-mod: Use strings in *.669 magics
https://bugs.freedesktop.org/show_bug.cgi?id=95397#c6
Diffstat (limited to 'freedesktop.org.xml.in')
-rw-r--r-- | freedesktop.org.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in index 5e09884..867ef83 100644 --- a/freedesktop.org.xml.in +++ b/freedesktop.org.xml.in @@ -3992,7 +3992,7 @@ command to generate the output files. <match type="string" value="MTM" offset="0"/> <match type="string" value="MMD0" offset="0"/> <match type="string" value="MMD1" offset="0"/> - <match type="little16" value="0x6669" offset="0"> + <match type="string" value="if" offset="0"> <!-- number samples: value between 0-63 --> <match type="byte" value="0x0" mask="0xc0" offset="110"> <!-- Number of patterns 0-128 --> @@ -4016,7 +4016,7 @@ command to generate the output files. <match type="byte" value="0x40" mask="0x40" offset="111"/> </match> </match> - <match type="little16" value="0x4e4a" offset="0"/> + <match type="string" value="JN" offset="0"/> <match type="string" value="MAS_UTrack_V00" offset="0"/> </magic> <glob pattern="*.mod"/> |