Closed GoogleCodeExporter closed 9 years ago
You have a char* line but it doesn't point to anything. When you call getline
you should have a buffer already allocated.
Try using "char line[257];"
Original comment by AHeinerm
on 1 Mar 2013 at 9:41
Original issue reported on code.google.com by
regis.cl...@gmail.com
on 28 Feb 2013 at 4:30