Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 367 |
void SendOSCstr(char *str, int len) { |
void SendOSCstr(char *str, int len) { |
| 368 |
int l; |
int l; |
| 369 |
|
|
| 370 |
if (str == NULL || len <= 0) |
if (str == NULL || len < 0) |
| 371 |
return; |
return; |
| 372 |
|
|
| 373 |
if (len == 0) { |
if (len == 0) { |
|
|
Legend:
| Removed from v.4101 |
|
| changed lines |
| |
Added in v.4104 |
|
|
|