From 8d2d4c5ea70238ab51fca17a308ef6d9595e6ef8 Mon Sep 17 00:00:00 2001 From: richard Date: Sun, 18 Jul 1999 13:58:55 +0000 Subject: [PATCH] Fix line numbering in error output. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4604 72102866-910b-0410-8b05-ffd578937521 --- Source/propList.h | 2 ++ 1 file changed, 2 insertions(+) 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')