summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-08-14 18:04:40 +0200
committerGard Spreemann <gspr@nonempty.org>2021-08-14 18:04:40 +0200
commit113048b7667b3a1202434c3f6a3faaa3b1234e13 (patch)
tree9d89ea29b0c7783c8221fc7119bfcbdba7765ee3
parent0f01ade35caf7af541811e9f36f7cab43249a6d8 (diff)
Rebase patch
-rw-r--r--debian/patches/0001-Prevent-overflow-on-32-bit-architectures.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0001-Prevent-overflow-on-32-bit-architectures.patch b/debian/patches/0001-Prevent-overflow-on-32-bit-architectures.patch
index 01142f6..2c222ac 100644
--- a/debian/patches/0001-Prevent-overflow-on-32-bit-architectures.patch
+++ b/debian/patches/0001-Prevent-overflow-on-32-bit-architectures.patch
@@ -7,10 +7,10 @@ Subject: Prevent overflow on 32 bit architectures.
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ripser.cpp b/ripser.cpp
-index cd546e8..79e5c89 100644
+index cfa01a8..7f66847 100644
--- a/ripser.cpp
+++ b/ripser.cpp
-@@ -80,7 +80,7 @@ static const std::string clear_line("\r\033[K");
+@@ -82,7 +82,7 @@ static const std::string clear_line("\r\033[K");
static const size_t num_coefficient_bits = 8;
static const index_t max_simplex_index =