Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
eebef19
for
global.c
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
Timestamp:
Jan 17, 2008, 2:13:44 AM (
17 years
ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master
,
barnowl_perlaim
,
debian
,
release-1.10
,
release-1.4
,
release-1.5
,
release-1.6
,
release-1.7
,
release-1.8
,
release-1.9
Children:
5ff830a
Parents:
ba2ca66
Message:
dropping one unnecessary time(NULL) call.
File:
1 edited
global.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
global.c
rc0f9e30
reebef19
480
480
}
481
481
482
void owl_global_
update_lastinputtime(owl_global *g
) {
483
g->lastinputtime = time
(NULL)
;
482
void owl_global_
set_lastinputtime(owl_global *g, time_t time
) {
483
g->lastinputtime = time
;
484
484
}
485
485
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive