Subversion Repositories planix.SVN

Rev

Rev 115 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 115 Rev 118
Line 284... Line 284...
284
{
284
{
285
 
285
 
286
	if (addr == zero)
286
	if (addr == zero)
287
		lastin = 0;
287
		lastin = 0;
288
	else
288
	else
289
		getline(*addr), lastin = smunch(0, linebuf);
289
		ex_getline(*addr), lastin = smunch(0, linebuf);
290
}
290
}