$OpenBSD: patch-src_FileFormats_cpp,v 1.1.1.1 2006/01/12 08:59:27 steven Exp $
--- src/FileFormats.cpp.orig	Tue Jan 11 21:03:34 2005
+++ src/FileFormats.cpp	Tue Jan 11 21:04:34 2005
@@ -242,7 +242,7 @@ OSType MacNames[NUM_HEADERS] = {
    '8SVX', // Amiga IFF / SVX8
    'NIST', // ??? NIST/Sphere
    'VOC ', // VOC
-   '????', // ?? Propellorheads Rex
+   '\?\?\?\?', // ?? Propellorheads Rex
    'SF  ', // ?? IRCAM
    'W64 ', // ?? Wave64
    'MAT4', // ?? Matlab 4
@@ -256,7 +256,7 @@ OSType sf_header_mactype(int format)
    else if (format>=0 && format<NUM_HEADERS)
       return MacNames[format];
    else
-      return '????';
+      return '\?\?\?\?';
 }
 
 #endif // __WXMAC__
