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

Comparing libeio/eio.c (file contents):
Revision 1.150 by root, Fri Jun 15 02:57:36 2018 UTC vs.
Revision 1.151 by root, Tue Jul 31 22:41:11 2018 UTC

1681} 1681}
1682 1682
1683eio_wd 1683eio_wd
1684eio_wd_open_sync (eio_wd wd, const char *path) 1684eio_wd_open_sync (eio_wd wd, const char *path)
1685{ 1685{
1686 struct etp_tmpbuf tmpbuf = { }; 1686 struct etp_tmpbuf tmpbuf = { 0 };
1687 wd = eio__wd_open_sync (&tmpbuf, wd, path); 1687 wd = eio__wd_open_sync (&tmpbuf, wd, path);
1688 free (tmpbuf.ptr); 1688 free (tmpbuf.ptr);
1689 1689
1690 return wd; 1690 return wd;
1691} 1691}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines