Corrected Copyright notice and version string.
[infodrom/dtaus] / dtaus.c
diff --git a/dtaus.c b/dtaus.c
index ec2c487..dff4ff4 100644 (file)
--- a/dtaus.c
+++ b/dtaus.c
@@ -826,7 +826,7 @@ void dtaus2control (char *cdtaus, char *ccontrol)
        *     instead of 00 we should let it in so it can read its own
        *     old files...  *sigh*
        */
-      while (extC > 0 && dtaus_char(buf,4) != 'C') {
+      while (extC > 0 && dtaus_char(buf,4) != 'C' && dtaus_char(buf,4) != 'E') {
        for (index=0; index < 4; index++) {
          if ((dtaus_char(buf,index*29) != ' ')) {
            bufp = buf + index*29;