Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 47869
Collapse All | Expand All

(-)cdparanoia-III-alpha9.8/interface/utils.h (-4 / +4 lines)
Lines 111-117 Link Here
111
      d->errorbuf=catstring(d->errorbuf,s);
111
      d->errorbuf=catstring(d->errorbuf,s);
112
      break;
112
      break;
113
    case CDDA_MESSAGE_FORGETIT:
113
    case CDDA_MESSAGE_FORGETIT:
114
    default:
114
    default: ;
115
    }
115
    }
116
  }
116
  }
117
}
117
}
Lines 126-132 Link Here
126
      d->messagebuf=catstring(d->messagebuf,s);
126
      d->messagebuf=catstring(d->messagebuf,s);
127
      break;
127
      break;
128
    case CDDA_MESSAGE_FORGETIT:
128
    case CDDA_MESSAGE_FORGETIT:
129
    default:
129
    default: ;
130
    }
130
    }
131
  }
131
  }
132
}
132
}
Lines 168-174 Link Here
168
      }
168
      }
169
      break;
169
      break;
170
    case CDDA_MESSAGE_FORGETIT:
170
    case CDDA_MESSAGE_FORGETIT:
171
    default:
171
    default: ;
172
    }
172
    }
173
  }
173
  }
174
  if(malloced)free(buffer);
174
  if(malloced)free(buffer);
Lines 204-210 Link Here
204
	}
204
	}
205
      break;
205
      break;
206
    case CDDA_MESSAGE_FORGETIT:
206
    case CDDA_MESSAGE_FORGETIT:
207
    default:
207
    default: ;
208
    }
208
    }
209
  }
209
  }
210
  if(malloced)free(buffer);
210
  if(malloced)free(buffer);

Return to bug 47869