compile first, then commit. even on one-liners. stupid stupid stupid.
This commit is contained in:
parent
95dd1048be
commit
bdc4fdc425
|
@ -408,7 +408,7 @@ int main(int argc, char *argv[]) {
|
||||||
if(scan_init(mp3_dir_array)) {
|
if(scan_init(mp3_dir_array)) {
|
||||||
DPRINTF(E_LOG,L_MAIN|L_SCAN,"Error scanning MP3 files: %s\n",strerror(errno));
|
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);
|
plugin_event_dispatch(PLUGIN_EVENT_FULLSCAN_END,0,NULL,0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue