mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Fixed typo in previous commit.
This commit is contained in:
parent
932336612c
commit
95c5763b83
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ void detect_platform()
|
||||||
if (f) {
|
if (f) {
|
||||||
char buf[4096];
|
char buf[4096];
|
||||||
// Read the 1st line.
|
// Read the 1st line.
|
||||||
if (::fgets(buf, 4096, f))
|
if (::fgets(buf, 4096, f)) {
|
||||||
if (strstr(buf, "Chromium OS") != nullptr) {
|
if (strstr(buf, "Chromium OS") != nullptr) {
|
||||||
s_platform_flavor = PlatformFlavor::LinuxOnChromium;
|
s_platform_flavor = PlatformFlavor::LinuxOnChromium;
|
||||||
BOOST_LOG_TRIVIAL(info) << "Platform flavor: LinuxOnChromium";
|
BOOST_LOG_TRIVIAL(info) << "Platform flavor: LinuxOnChromium";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue