Am 17.06.2013 12:21, schrieb Mick Sulley:
> I am happy to try to investigate further, but you will need to give me 
> some pointers:)  What do I need to do?
> 
Get the owfs-2.9p0 sources, make sure they compile and run fine on your
machine. *Then* apply the appended minimal patch:

[~/src/owfs-2.9p0]$ patch -p2 <~/ow_dir-enotdir_debug.patch
patching file module/owlib/src/c/ow_dir.c
[~/src/owfs-2.9p0]$

Recompile and reinstall.

Kind regards

        Jan
--- src/owfs-2.9p0/module/owlib/src/c/ow_dir.c	2013-01-11 04:19:40.000000000 +0100
+++ cvs/owfs/module/owlib/src/c/ow_dir.c	2013-06-17 17:20:33.000000000 +0200
@@ -110,6 +110,8 @@
 
 	if (pn_raw_directory->selected_filetype != NO_FILETYPE) {
 		// File, not directory
+		LEVEL_CALL("return ENOTDIR pn_raw_directory=%p",
+			pn_raw_directory);
 		ret = -ENOTDIR;
 
 	} else if (SpecifiedVeryRemoteBus(pn_raw_directory)) {
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to