mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
Old version crashes on 15.0-CURRENT amd64. Also improve port: fix dependencies, add default option AVAHI. PR: 284127 Approved by: J.R. Oldroyd <fbsd@opal.com> Tested by: rhurlin MFH: 2025Q1
11 lines
487 B
C++
11 lines
487 B
C++
--- src/Standalone/imageformatsettingscombobox.cpp.orig 2024-09-12 07:10:40 UTC
|
|
+++ src/Standalone/imageformatsettingscombobox.cpp
|
|
@@ -68,7 +68,7 @@ void ImageFormatSettingsCombobox::add_item(ImageFormat
|
|
}else if(img_format_list[i] == ImageFormatOFD){
|
|
this->insertItem(i, "OFD", ImageFormatOFD);
|
|
i++;
|
|
- }else if(img_format_list[i] == OPTIONS){
|
|
+ }else if(img_format_list[i] == (ImageFormat)OPTIONS){
|
|
break;
|
|
}
|
|
}
|