Subversion Repositories Kolibri OS

Rev

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

Rev 6021 Rev 6045
Line 6... Line 6...
6
		
6
		
7
		free(history_pointer);
7
		free(history_pointer);
8
		history_pointer = malloc(history.items.data_size+256);
8
		history_pointer = malloc(history.items.data_size+256);
9
		strcat(history_pointer, "History

History

");
9
		strcat(history_pointer, "History

History

");
10
		strcat(history_pointer, "

Visited pages


");
10
		strcat(history_pointer, "

Visited pages


");
11
		for (i=1; i
11
		for (i=0; i
12
		{
12
		{
13
			strcat(history_pointer, " 
14
			strcat(history_pointer, history.items.get(i));
14
			strcat(history_pointer, history.items.get(i));
15
			strcat(history_pointer, "'>");
15
			strcat(history_pointer, "'>");