Subversion Repositories Kolibri OS

Rev

Rev 7750 | Rev 8016 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7750 Rev 7756
Line 28... Line 28...
28
	int t;
28
	int t;
Line 29... Line 29...
29
	
29
	
30
	free(history_pointer);
30
	free(history_pointer);
31
	history_pointer = malloc(history.items.data_size+256);
31
	history_pointer = malloc(history.items.data_size+256);
32
	strcat(history_pointer, HISTORY_HEADER);
32
	strcat(history_pointer, HISTORY_HEADER);
33
	for (i=0; i
33
	for (i=0; i
34
	{
34
	{
35
		strcat(history_pointer, "\t
36
		strcat(history_pointer, history.items.get(i));
36
		strcat(history_pointer, history.items.get(i));
37
		strcat(history_pointer, "'>");
37
		strcat(history_pointer, "'>");