Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/vtterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4101 by doda, Mon Sep 13 07:02:31 2010 UTC revision 4104 by doda, Thu Sep 23 08:44:37 2010 UTC
# Line 367  void SendCSIstr(char *str, int len) { Line 367  void SendCSIstr(char *str, int len) {
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26