Fix message for pcf loading
This commit is contained in:
parent
3bb9a7df01
commit
7794bbfb3f
@ -31,7 +31,7 @@ bool apply_pcf(Context *ctx, std::istream &in)
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
if (!in)
|
if (!in)
|
||||||
log_error("failed to open PCF file");
|
log_error("failed to open PCF file\n");
|
||||||
std::string line;
|
std::string line;
|
||||||
while (std::getline(in, line)) {
|
while (std::getline(in, line)) {
|
||||||
size_t cstart = line.find("#");
|
size_t cstart = line.find("#");
|
||||||
|
Loading…
Reference in New Issue
Block a user