]> git.pld-linux.org Git - packages/kismet.git/blob - kismet-c++.patch
- rel 2; build fixed
[packages/kismet.git] / kismet-c++.patch
1 diff -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.053614 seconds and 3 git commands to generate.