Subversion Repositories Kolibri OS

Rev

Rev 6099 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6099 Rev 6536
Line 173... Line 173...
173
 
173
 
Line 174... Line 174...
174
	int i;
174
	int i;
175
 
175
 
-
 
176
	for (i = 0; p < plim; i++) {
-
 
177
		p = strchr(p, '\n');
176
	for (i = 0; p < plim; i++) {
178
		if (!p)
177
		p = strchr(p, '\n');
179
			break;
178
		*p++ = '\0';
180
		*p++ = '\0';
179
	}
181
	}