The R Project SVN R

Rev

Rev 42521 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 42521 Rev 44003
Line 573... Line 573...
573
 
573
 
574
PROTECTED
574
PROTECTED
575
void print_object_list(void)
575
void print_object_list(void)
576
{
576
{
577
	static int start_again = 1;
577
	static int start_again = 1;
578
	char *mode = "a";
578
	char *mode = "at"; /* to ensure text mode */
579
	FILE *f;
579
	FILE *f;
580
 
580
 
581
	if (! app_initialised)
581
	if (! app_initialised)
582
		return;
582
		return;
583
	if (start_again) {
583
	if (start_again) {