add warning

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36354 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-03-13 06:16:43 +00:00
parent a727b0bd46
commit a189d0a06e

View file

@ -184,6 +184,8 @@ static NSString *parse_string(NSString **ptr)
pos = [l rangeOfString: @"*/"].location;
if (pos == NSNotFound)
{
fprintf(stderr,"parse error in '%s', missing '*\'\n",
[filename cString]);
pos = [l length];
}
if ([user_comment length])