PPdPmdParser: fix compilation for clang.
parent
d052b74b96
commit
6c526d7c64
|
@ -158,7 +158,7 @@ namespace pmd
|
||||||
sphere_filename.clear();
|
sphere_filename.clear();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
*pstar = (char)NULL;
|
*pstar = 0;
|
||||||
texture_filename = std::string(buffer);
|
texture_filename = std::string(buffer);
|
||||||
sphere_filename = std::string(pstar+1);
|
sphere_filename = std::string(pstar+1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue