summaryrefslogtreecommitdiff
path: root/debian/patches/golang-1.3-compat-readdir
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/golang-1.3-compat-readdir')
-rw-r--r--debian/patches/golang-1.3-compat-readdir4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/golang-1.3-compat-readdir b/debian/patches/golang-1.3-compat-readdir
index b9e5c6d..3c429a9 100644
--- a/debian/patches/golang-1.3-compat-readdir
+++ b/debian/patches/golang-1.3-compat-readdir
@@ -2,7 +2,7 @@ Index: planr/fs.go
===================================================================
--- planr.orig/fs.go
+++ planr/fs.go
-@@ -224,7 +224,7 @@ func collectFromDir(
+@@ -116,7 +116,7 @@ func collectFromDir(
// Read the entries in this directory
for {
@@ -11,7 +11,7 @@ Index: planr/fs.go
if err == io.EOF {
break
} else if err != nil {
-@@ -233,8 +233,8 @@ func collectFromDir(
+@@ -125,8 +125,8 @@ func collectFromDir(
for _, ent := range dirs {