updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / sizzle / sizzle.patch
blobb9e6392a056c30cbbb303e0c64e12ad366d00f0b
1 diff -ruN sizzle-0.0.31.orig/libsizzle/posix.c sizzle-0.0.31.new/libsizzle/posix.c
2 --- sizzle-0.0.31.orig/libsizzle/posix.c 2008-06-14 21:48:38.000000000 +0200
3 +++ sizzle-0.0.31.new/libsizzle/posix.c 2008-06-14 21:58:40.000000000 +0200
4 @@ -2975,7 +2975,6 @@
5 static char * s_func_name = FUNC_NAME;
7 CHECK_TYPE (1, dir_stream_p (stream), _("directory stream"));
8 - dir_stream_open_p (stream) = 0;
9 closedir (dir_stream_dir (stream));
10 *result = zzz_unspecified;
11 return RESULT_SUCCESS;