File: 0001-Fix-typo.patch

package info (click to toggle)
bwa-mem2 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,400 kB
  • sloc: cpp: 17,653; ansic: 14,839; makefile: 248; sh: 11
file content (23 lines) | stat: -rw-r--r-- 626 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: teepean <tnatkinn@gmail.com>
Date: Wed, 17 Mar 2021 09:28:22 +0200
Subject: Fix typo

Origin: upstream, https://github.com/bwa-mem2/bwa-mem2/commit/a5df52284fff63266ff31310711e657a40479a4a
Forwarded: not-needed
---
 src/kthread.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kthread.cpp b/src/kthread.cpp
index 4418b9c..44b7abf 100644
--- a/src/kthread.cpp
+++ b/src/kthread.cpp
@@ -56,7 +56,7 @@ static void *ktf_worker(void *data)
 	long i;
 	int tid = w->i;
 
-#if AFF && (__liunx__)
+#if AFF && (__linux__)
 	fprintf(stderr, "i: %d, CPU: %d\n", tid , sched_getcpu());
 #endif