Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
Reverse Diff
Changes in
help.c
[e252d8c:674a01d]
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
File:
1 edited
help.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
help.c
re252d8c
r674a01d
42
42
*help = h = g_new0 ( help_t, 1 );
43
43
44
h->fd = open( helpfile, O_RDONLY );
44
h->fd = open( helpfile, O_RDONLY
45
#ifdef _WIN32
46
| O_BINARY
47
#endif
48
);
45
49
46
50
if( h->fd == -1 )
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive