Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/hosts.c
Parent Directory
| Revision Log
| Patch
| 611 |
|
|
| 612 |
index += eat_base64(data + index); |
index += eat_base64(data + index); |
| 613 |
index += eat_spaces(data + index); |
index += eat_spaces(data + index); |
| 614 |
|
|
| 615 |
|
// Key構造体自身を解放する (2008.3.2 yutaka) |
| 616 |
|
free(key); |
| 617 |
} |
} |
| 618 |
|
|
| 619 |
return index + eat_to_end_of_line(data + index); |
return index + eat_to_end_of_line(data + index); |
|
|
Legend:
| Removed from v.3017 |
|
| changed lines |
| |
Added in v.3120 |
|
|
|