libbluray | branch: master | Ian Curtis <[email protected]> | Fri Apr 12 
00:01:38 2013 +0300| [6366c11d384c2f9169686756aa59811f6750aad2] | committer: 
hpi1

use correct type for search handle

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=6366c11d384c2f9169686756aa59811f6750aad2
---

 src/file/dir_win32.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/file/dir_win32.c b/src/file/dir_win32.c
index fd3afcd..f2e8f1c 100644
--- a/src/file/dir_win32.c
+++ b/src/file/dir_win32.c
@@ -37,7 +37,7 @@
 
 
 typedef struct {
-    long                handle;
+    intptr_t            handle;
     struct _wfinddata_t info;
 } dir_data_t;
 

_______________________________________________
libbluray-devel mailing list
[email protected]
http://mailman.videolan.org/listinfo/libbluray-devel

Reply via email to