comparison audacious/playlist.c @ 1868:1a801187f510 trunk

[svn] - pls doesn't go along with PLAYLIST_LOCK in playlist_save().
author yaz
date Thu, 12 Oct 2006 21:12:58 -0700
parents 7d0cd3fab6a2
children f027afc2ca2e
comparison
equal deleted inserted replaced
1867:bddfba95af47 1868:1a801187f510
1322 return FALSE; 1322 return FALSE;
1323 1323
1324 if (plc->plc_write == NULL) 1324 if (plc->plc_write == NULL)
1325 return FALSE; 1325 return FALSE;
1326 1326
1327 PLAYLIST_LOCK();
1328 plc->plc_write(filename, 0); 1327 plc->plc_write(filename, 0);
1329 PLAYLIST_UNLOCK();
1330 1328
1331 return TRUE; 1329 return TRUE;
1332 } 1330 }
1333 1331
1334 gboolean 1332 gboolean