compile first, then commit. even on one-liners. stupid stupid stupid.

This commit is contained in:
Ron Pedde 2006-06-01 06:27:16 +00:00
parent 95dd1048be
commit bdc4fdc425
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ int main(int argc, char *argv[]) {
if(scan_init(mp3_dir_array)) {
DPRINTF(E_LOG,L_MAIN|L_SCAN,"Error scanning MP3 files: %s\n",strerror(errno));
}
if(!confog.stop) { /* don't send popup when shutting down on scan */
if(!config.stop) { /* don't send popup when shutting down on scan */
plugin_event_dispatch(PLUGIN_EVENT_FULLSCAN_END,0,NULL,0);
}
}