Introduction
Introduction Statistics Contact Development Disclaimer Help
Fixed typo in fprintf message. - susmb - mounting of SMB/CIFS shares via FUSE
git clone git://git.codemadness.org/susmb
Log
Files
Refs
README
LICENSE
---
commit 5112c1f7f8ba20be9efe74aff86e7ffa322c6591
parent 261e97d18ab258b7ce5c86f0cc09948b93c17120
Author: geoff <devnull@localhost>
Date: Mon, 3 Jul 2006 18:21:43 +0000
Fixed typo in fprintf message.
Diffstat:
M usmb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/usmb.c b/usmb.c
@@ -169,7 +169,7 @@ static bool check_conf_perms (const char *conffile)
}
else
{
- fprintf (stderr, "Cannot configuration file %s: %s\n",
+ fprintf (stderr, "Cannot stat configuration file %s: %s\n",
conffile, strerror (errno));
return false;
}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.