]> git.pld-linux.org Git - packages/kismet.git/blame - kismet-c++.patch
- up to 2008_05_R1
[packages/kismet.git] / kismet-c++.patch
CommitLineData
83418077
AM
1diff -urN kismet-2007-01-R1b.org/gpsmap.cc kismet-2007-01-R1b/gpsmap.cc
2--- kismet-2007-01-R1b.org/gpsmap.cc 2006-05-20 21:41:16.000000000 +0200
3+++ kismet-2007-01-R1b/gpsmap.cc 2007-06-24 13:43:22.900716142 +0200
4@@ -2246,7 +2246,7 @@
5 for (int t = 0; t < numthreads; t++) {
6 void *tmp;
7 pthread_join(mapthread[t], &tmp);
8- thread_status = reinterpret_cast<int>(tmp);
9+ thread_status = reinterpret_cast<long>(tmp);
10 }
11 #else
12 // Run one instance of our "thread". thread number 0, it should just crunch it all
This page took 0.027466 seconds and 4 git commands to generate.