mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* filesys.c: Possibly uninitialized variable rv.
This commit is contained in:
parent
c01e049b10
commit
657c49b3f3
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ scm_sys_stat (fd_or_path)
|
|||
SCM fd_or_path;
|
||||
#endif
|
||||
{
|
||||
int rv;
|
||||
int rv = 1;
|
||||
struct stat stat_temp;
|
||||
|
||||
if (SCM_INUMP (fd_or_path))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue