]> Pileus Git - ~andy/rsl/blobdiff - anyformat_to_radar.c
Changes from Bart (2009-10-28)
[~andy/rsl] / anyformat_to_radar.c
index 601a6f3d3c78d2a409d31c8518627656c27d6714..70be908f8f32634f7a1be1285125ca66be696236 100644 (file)
@@ -107,6 +107,7 @@ enum File_type RSL_filetype(char *infile)
   /* Byte swapped ? */
   if (strncmp(" P A B", magic, 6) == 0) return MCGILL_FILE;
   if (strncmp("Volume", magic, 6) == 0) return EDGE_FILE;
+  if (strncmp("SSWB", magic, 4) == 0) return DORADE_FILE;
   if (strncmp("VOLD", magic, 4) == 0) return DORADE_FILE;
 
   return UNKNOWN;