TecsServer no longer restarted by SICS

This commit is contained in:
cvs
2000-06-07 06:37:13 +00:00
parent b7c9700c51
commit f979f410a4
9 changed files with 69 additions and 68 deletions

View File

@@ -70,7 +70,7 @@ int str_npad(char *dest, const char *src, int ldest) {
dest[i]=' ';
}
}
return;
return(lsrc);
}
char *str_nsplit(char *dst, const char *src, char sep, int dstlen) {