Remove unnecessary system()
> > Also, in eyefi-freebsd.c I forgot to remove > > > system("cat /proc/mounts >&2"); > > > > in debug section, as it makes no sense anyway.
This commit is contained in:
parent
46f43282c9
commit
ca5069404b
1 changed files with 1 additions and 2 deletions
|
@ -77,8 +77,7 @@ char *locate_eyefi_mount(void)
|
|||
} else {
|
||||
debug_printf(0, "----------------------------------------------\n");
|
||||
debug_printf(0, "Debug information:\n");
|
||||
system("cat /proc/mounts >&2");
|
||||
}
|
||||
exit(1);
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue