View | Details | Raw Unified | Return to bug 145989
Collapse All | Expand All

(-)src/qjackctlMainForm.cpp (+2 lines)
Lines 805-810 Link Here
805
		if (m_preset.iPriority > 0 && !bCoreaudio)
805
		if (m_preset.iPriority > 0 && !bCoreaudio)
806
			args.append("-P" + QString::number(m_preset.iPriority));
806
			args.append("-P" + QString::number(m_preset.iPriority));
807
	}
807
	}
808
	else
809
		args.append("-r");
808
	if (m_preset.iPortMax > 0 && m_preset.iPortMax != 256)
810
	if (m_preset.iPortMax > 0 && m_preset.iPortMax != 256)
809
		args.append("-p" + QString::number(m_preset.iPortMax));
811
		args.append("-p" + QString::number(m_preset.iPortMax));
810
	if (m_preset.iTimeout > 0 && m_preset.iTimeout != 500)
812
	if (m_preset.iTimeout > 0 && m_preset.iTimeout != 500)

Return to bug 145989