Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
science
PrusaSlicer
PrusaSlicer-2.6.0-octoprint-name-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File PrusaSlicer-2.6.0-octoprint-name-fix.patch of Package PrusaSlicer
Index: PrusaSlicer-version_2.6.1/src/slic3r/Utils/OctoPrint.cpp =================================================================== --- PrusaSlicer-version_2.6.1.orig/src/slic3r/Utils/OctoPrint.cpp +++ PrusaSlicer-version_2.6.1/src/slic3r/Utils/OctoPrint.cpp @@ -751,7 +751,7 @@ bool PrusaLink::get_storage(wxArrayStrin if (path && (!available || *available)) { StorageInfo si; si.path = boost::nowide::widen(*path); - si.name = name ? boost::nowide::widen(*name) : wxString(); + si.name = name ? wxString(boost::nowide::widen(*name)) : wxString(); // If read_only is missing, assume it is NOT read only. // si.read_only = read_only ? *read_only : false; // version without "ro" si.read_only = (read_only ? *read_only : (ro ? *ro : false));
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor