mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-29 08:43:58 +01:00
2018-11-21 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'SERVICES.MUS_WIN_PATH', 'SERVICES.MUS_WIN_PREIMPORT_CMD' 'SERVICES.TFC_WIN_PATH', and 'SERVICES.TFC_WIN_PREIMPORT_CMD' fields from the database. * Incremented the database version to 300. * Removed the 'RDSvc::ImportOs' enumeration. * Removed the 'Windows Import Path' and 'Windows Preimport Command' fields from the 'Edit Service' dialog in rdadmin(1).
This commit is contained in:
@@ -380,7 +380,7 @@ bool MainWidget::WriteTrafficFile()
|
||||
//
|
||||
// Open Output File
|
||||
//
|
||||
outname=RDDateDecode(dg_svc->importPath(RDSvc::Traffic,RDSvc::Linux),
|
||||
outname=RDDateDecode(dg_svc->importPath(RDSvc::Traffic),
|
||||
dg_date_edit->date(),rda->station(),
|
||||
rda->config(),dg_svc->name());
|
||||
if((f=fopen(outname,"w"))==NULL) {
|
||||
|
||||
Reference in New Issue
Block a user