mirror of
https://github.com/digarok/buckshot.git
synced 2024-12-12 09:29:02 +00:00
fix overwrite to prodos image on windows
This commit is contained in:
parent
3fe8724fe2
commit
ecec861b1c
@ -516,7 +516,7 @@ void MainWindow::on_pushButton_saveToProdos_clicked()
|
||||
QStringList list;
|
||||
|
||||
// MUST MATCH FOR NEWLINES (VS USING ^ or &)
|
||||
QRegExp vol_rx("\n(/.{1,15}/)\n");
|
||||
QRegExp vol_rx("\n(/.{1,15}/)\r?\n");
|
||||
// OVERWRITE PRODOS VOLUME NAME IF WE KNOW BETTER
|
||||
while ((pos = vol_rx.indexIn(cat_output, pos)) != -1) {
|
||||
prodosVolumeName = vol_rx.cap(1);
|
||||
|
Loading…
Reference in New Issue
Block a user