Skip to content

Commit

Permalink
Fixed last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dade916 committed Apr 20, 2021
1 parent a0b815c commit e54bcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slg/core/sphericalfunction/photometricdataies.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ bool PhotometricDataIES::Load(const char *sFileName) {
return false;

// Force to use C locale
ifs.imbue(cLocale);
ifs.imbue(luxrays::cLocale);

const bool ok = PrivateLoad(ifs);

Expand Down

0 comments on commit e54bcf3

Please sign in to comment.