Changeset 221 for common/trunk/src/mbus.c
- Timestamp:
- 09/01/99 12:04:26 (14 years ago)
- Files:
-
- 1 modified
-
common/trunk/src/mbus.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
common/trunk/src/mbus.c
r220 r221 772 772 mbus_parse_init(m, buffer); 773 773 /* remove trailing 0 bytes */ 774 npos =strchr(buffer,'\0');774 npos = (char *) strchr(buffer,'\0'); 775 775 if(npos!=NULL) { 776 776 buffer_len=npos-buffer;
