Changes in lib/ftutil.c [b6bd99c:f1f7b5e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/ftutil.c
rb6bd99c rf1f7b5e 138 138 139 139 /* I hate static-length strings.. */ 140 host[HOST_NAME_MAX -1] = '\0';140 host[HOST_NAME_MAX] = '\0'; 141 141 port[5] = '\0'; 142 142
Note: See TracChangeset
for help on using the changeset viewer.