Subversion Repositories Kolibri OS

Rev

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

Rev 7755 Rev 7756
Line 38... Line 38...
38
	dword source_buf_start;
38
	dword source_buf_start;
Line 39... Line 39...
39
 
39
 
40
	opened_font_counter=0;
40
	opened_font_counter=0;
41
	source_buf_end = malloc(_in_bufsize*5);
41
	source_buf_end = malloc(_in_bufsize*5);
42
	source_buf_start = source_buf_end;
-
 
Line 43... Line 42...
43
	header[strrchr(#header, '-')-2]=0;
42
	source_buf_start = source_buf_end;
44
 
-
 
45
	SourceBufAdd(TEXT, "Source: ");</pre></td>
            <td class="lineno">-</td>
            <td class="diffempty"><pre> </pre></td>
          </tr>
          <tr>
            <th colspan="2">Line 46...</th>
            <th colspan="2">Line 43...</th>
          </tr>
          <tr>
            <td class="lineno">46</td>
            <td class="diff"><pre>	SourceBufAdd(TEXT, #header);</pre></td>
            <td class="lineno">43</td>
            <td class="diff"><pre> </pre></td>
          </tr>
          <tr>
            <td class="lineno">47</td>
            <td class="diff"><pre>	SourceBufAdd(TEXT, "
");
44
	SourceBufAdd(TEXT, "View Source
");
48
 
45
 
49
	for (i=_bufdata; i<_bufdata+_in_bufsize; i++) switch (ESBYTE[i])
46
	for (i=_bufdata; i<_bufdata+_in_bufsize; i++) switch (ESBYTE[i])