Subversion Repositories Kolibri OS

Rev

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

Rev 5747 Rev 5978
Line 3... Line 3...
3
		int i;
3
		int i;
4
		static int history_pointer;
4
		static int history_pointer;
5
		int t;
5
		int t;
Line 6... Line 6...
6
		
6
		
7
		free(history_pointer);
7
		free(history_pointer);
8
		history_pointer = malloc(64000);
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=1; i
12
		{
-
 
13
			// t = BrowserHistory.GetFirstLine(i);
-
 
14
			// strcat(history_pointer, itoa(t));
12
		{
15
			strcat(history_pointer, " 
16
			strcat(history_pointer, BrowserHistory.GetUrl(i));
14
			strcat(history_pointer, History.items.get(i));
17
			strcat(history_pointer, "'>");
15
			strcat(history_pointer, "'>");
18
			strcat(history_pointer, BrowserHistory.GetUrl(i));
16
			strcat(history_pointer, History.items.get(i));
19
			strcat(history_pointer, "
");
17
			strcat(history_pointer, "
");
20
		}
18
		}
21
		strcat(history_pointer, "

Cached images

");
19
		strcat(history_pointer, "

Cached images

");
22
		for (i=1; i
20
		for (i=1; i