Fixed python patch to apply at the correct line number.

This commit is contained in:
Scott McCreary
2012-08-01 17:05:45 +00:00
parent c00f41c5b9
commit 22e8534333

View File

@@ -404,7 +404,7 @@ diff -urN Python-2.6.7/Modules/spwdmodule.c Python-2.6.7-haiku/Modules/spwdmodul
diff -urN Python-2.6.7/Modules/timemodule.c Python-2.6.7-haiku/Modules/timemodule.c
--- Python-2.6.7/Modules/timemodule.c 2010-05-09 15:15:40.015204352 +0000
+++ Python-2.6.7-haiku/Modules/timemodule.c 2010-08-30 04:52:24.721944576 +0000
@@ -968,11 +968,11 @@
@@ -972,11 +972,11 @@
return -1;
}
Py_END_ALLOW_THREADS