Skip to content

Commit

Permalink
Correct linux build error
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Feb 5, 2025
1 parent 642a305 commit 701053a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libid/io/loadfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ static void skip_ext_blk(int *block_len, int *data_len)
// switch obsolete fractal types to new generalizations
static void backwards_compat(FractalInfo *info)
{
switch (g_fractal_type)
switch (+g_fractal_type)
{
case DeprecatedFractalType::LAMBDA_SINE:
set_fractal_type(FractalType::LAMBDA_TRIG_FP);
Expand Down

0 comments on commit 701053a

Please sign in to comment.