Changeset 6e05655
- Timestamp:
- Jun 9, 2003, 2:41:31 PM (21 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- bd3f232
- Parents:
- 6bf73ce
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r6bf73ce r6e05655 1 1 $Id$ 2 2 3 2.0.3 -pre-13 2.0.3 4 4 Don't ring the terminal bell on mail messages. 5 5 Nuke <FONT> 6 6 Make the build work a little better on OSX 7 7 Fixed a bug in fmtext 8 Expanded the size of the hostname buffer 8 9 9 10 2.0.2 -
owl.h
rb2b0773 r6e05655 14 14 static const char owl_h_fileIdent[] = "$Id$"; 15 15 16 #define OWL_VERSION 2.0.3 -pre-117 #define OWL_VERSION_STRING "2.0.3 -pre-1"16 #define OWL_VERSION 2.0.3 17 #define OWL_VERSION_STRING "2.0.3" 18 18 19 19 #define OWL_DEBUG 0 … … 247 247 owl_fmtext fmtext; 248 248 int delete; 249 char hostname[MAXHOSTNAMELEN ];249 char hostname[MAXHOSTNAMELEN+1]; 250 250 owl_list attributes; /* this is a list of pairs */ 251 251 char *time;
Note: See TracChangeset
for help on using the changeset viewer.