]> granicus.if.org Git - file/commitdiff
Correctly escape the '^' for (GerbiSoft)
authorChristos Zoulas <christos@zoulas.com>
Sat, 23 Feb 2019 01:16:32 +0000 (01:16 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 23 Feb 2019 01:16:32 +0000 (01:16 +0000)
magic/Magdir/images

index 4320372f02771f4a1d8410ced0a5f73a0f122eab..9dbc597adaf977f20690d37eaa693155bdb32c27 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: images,v 1.157 2019/02/23 01:16:21 christos Exp $
+# $File: images,v 1.158 2019/02/23 01:16:32 christos Exp $
 # images:  file(1) magic for image formats (see also "iff", and "c-lang" for
 # XPM bitmaps)
 #
 >12    lelong  0x04030201                      (little-endian)
 >>16   use     khronos-ktx-endian-header
 >12    belong  0x04030201                      (big-endian)
->>16   use     ^khronos-ktx-endian-header
+>>16   use     \^khronos-ktx-endian-header
 
 # Type: Valve VTF texture.
 # From: David Korth <gerbilsoft@gerbilsoft.com>