diff --git a/Source/propList.h b/Source/propList.h index fa3c3f40f..a8dc90471 100644 --- a/Source/propList.h +++ b/Source/propList.h @@ -223,6 +223,8 @@ static inline id parseQuotedString(pldata* pld) { unichar c = (unichar)pld->ptr[pld->pos]; + if (c == '\n') + pld->lin++; if (escaped) { if (escaped == 1 && c == '0')