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
5349:039d939d8c3e
for
browser.h
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2008-01-17 08:32:39 (
10 months
ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:
Use 'unsigned int' for file browser state to browse huge dirs (closes
#3017
).
Files:
1 modified
browser.h
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
browser.h
r5052
r5349
45
45
{
46
46
struct folder_file *entry;
47
short entrylen;
/* number of real entries */
48
short entrymax;
/* max entry */
47
unsigned int entrylen;
/* number of real entries */
48
unsigned int entrymax;
/* max entry */
49
49
#ifdef USE_IMAP
50
50
short imap_browse;
Download in other formats:
Unified Diff
Zip Archive