mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 07:31:19 +02:00
2019-12-16 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdimport(1) that caused non-Latin1 characters to be corrupted when using standard input.
This commit is contained in:
@@ -57,7 +57,6 @@ class MainObject : public QObject
|
||||
private:
|
||||
enum Result {Success=0,FileBad=1,NoCart=2,NoCut=3};
|
||||
void RunDropBox();
|
||||
void ProcessFileList(const QString &flist);
|
||||
void ProcessFileEntry(const QString &entry);
|
||||
MainObject::Result ImportFile(const QString &filename,unsigned *cartnum);
|
||||
void VerifyFile(const QString &filename,unsigned *cartnum);
|
||||
|
Reference in New Issue
Block a user