ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/event.c
(Generate patch)

Comparing libev/event.c (file contents):
Revision 1.5 by root, Sat Nov 3 19:41:56 2007 UTC vs.
Revision 1.6 by root, Sat Nov 3 20:24:42 2007 UTC

72 return "libev"; 72 return "libev";
73} 73}
74 74
75void *event_init (void) 75void *event_init (void)
76{ 76{
77 if (ev_init (0)) 77 if (!x_cur && ev_init (0))
78 return x_cur = &x_base; 78 return x_cur = &x_base;
79 79
80 return 0; 80 return 0;
81} 81}
82 82

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines