Changeset 914
- Timestamp:
- 06/11/07 17:53:41 (1 year ago)
- Files:
-
- 1.8.3/branches/devel/src/parse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/src/parse.c
r905 r914 155 155 dbref it; 156 156 /* A unique id, probably */ 157 mush_strncpy(tbuf1, str, (p - str) );157 mush_strncpy(tbuf1, str, (p - str) + 1); 158 158 it = parse_dbref(tbuf1); 159 159 if (GoodObject(it)) {
