Fix compilation error after recent commits to color management

Individually patches were fine, but they got some conflict
when both are applied.

Pull Request: https://projects.blender.org/blender/blender/pulls/111228
This commit is contained in:
Sergey Sharybin 2023-08-17 14:47:49 +02:00 committed by Sergey Sharybin
parent 5aacbf6c81
commit 77f6c83bd5
1 changed files with 2 additions and 2 deletions

View File

@ -1155,9 +1155,9 @@ static void colormanage_check_view_settings(ColorManagedDisplaySettings *display
what,
view_settings->look,
view_settings->view_transform,
default_look->name);
default_look_name);
STRNCPY(view_settings->look, default_look->name);
STRNCPY(view_settings->look, default_look_name);
}
}