about summary refs log tree commit diff
path: root/pkgs/applications/audio/cdparanoia/fix.patch
blob: 4a1c526c7d8c6439f96a546d5d3ecd4ad4cbc8f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
*** cdparanoia-III-alpha9.8/interface/utils.h	Thu Apr 20 00:41:04 2000
--- cdparanoia-III-alpha9.8-old/interface/utils.h	Wed Jan 19 21:44:08 2005
***************
*** 110,117 ****
      case CDDA_MESSAGE_LOGIT:
        d->errorbuf=catstring(d->errorbuf,s);
        break;
-     case CDDA_MESSAGE_FORGETIT:
-     default:
      }
    }
  }
--- 110,115 ----
***************
*** 125,132 ****
      case CDDA_MESSAGE_LOGIT:
        d->messagebuf=catstring(d->messagebuf,s);
        break;
-     case CDDA_MESSAGE_FORGETIT:
-     default:
      }
    }
  }
--- 123,128 ----
***************
*** 167,174 ****
  	}
        }
        break;
-     case CDDA_MESSAGE_FORGETIT:
-     default:
      }
    }
    if(malloced)free(buffer);
--- 163,168 ----
***************
*** 203,210 ****
  	if(!malloced)*messages=catstring(*messages,"\n");
  	}
        break;
-     case CDDA_MESSAGE_FORGETIT:
-     default:
      }
    }
    if(malloced)free(buffer);
--- 197,202 ----