- Timestamp:
- 2014-10-27T06:36:09Z (10 years ago)
- Branches:
- master
- Children:
- d2b3f25
- Parents:
- 8256ad5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/ftutil.c
r8256ad5 rb6bd99c 138 138 139 139 /* I hate static-length strings.. */ 140 host[HOST_NAME_MAX ] = '\0';140 host[HOST_NAME_MAX-1] = '\0'; 141 141 port[5] = '\0'; 142 142
Note: See TracChangeset
for help on using the changeset viewer.