comparison src/cue/cuesheet.c @ 2316:62391135da44

fixed some warnings
author Cristi Magherusan <majeru@atheme.org>
date Tue, 15 Jan 2008 12:35:54 +0200
parents c4b97a9c1f6b
children 0504110c694b
comparison
equal deleted inserted replaced
2315:8f3476f7a696 2316:62391135da44
228 gint track = 0; 228 gint track = 0;
229 229
230 ProbeResult *pr; 230 ProbeResult *pr;
231 InputPlugin *dec; 231 InputPlugin *dec;
232 232
233 Tuple *phys_tuple, *out; 233 Tuple *phys_tuple=NULL, *out;
234 234
235 if (_path != NULL && *_path == '?') 235 if (_path != NULL && *_path == '?')
236 { 236 {
237 *_path = '\0'; 237 *_path = '\0';
238 _path++; 238 _path++;