Search:
Login
Help/Guide
About Trac
Register
Forgot your password?
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
2014:8b8e61c6bc5f
for
browser.h
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2000-07-24 00:48:53 (
8 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:
make bit types unsigned. From albert chin <china@…>.
Files:
1 modified
browser.h
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
browser.h
r1601
r2014
49
49
short imap_browse;
50
50
char *folder;
51
int
noselect : 1;
52
int
marked : 1;
53
int
unmarked : 1;
51
unsigned
noselect : 1;
52
unsigned
marked : 1;
53
unsigned
unmarked : 1;
54
54
#endif
55
55
};
Download in other formats:
Unified Diff
Zip Archive