mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
12 lines
300 B
C++
12 lines
300 B
C++
--- src/simulation.cc.orig 2024-10-15 16:05:30 UTC
|
|||
|
|
+++ src/simulation.cc
|
||
|
|
@@ -50,7 +50,7 @@ void simulation::setup(int argc, char **argv)
|
||
|
|
int version = 1;
|
||
|
|
int fftw_opt = FFTW_ESTIMATE;
|
||
|
|
|
||
|
|
- char ch;
|
||
|
|
+ int ch;
|
||
|
|
while ((ch = getopt(argc, argv, "hton:k:r:v:")) != EOF)
|
||
|
|
{
|
||
|
|
switch (ch)
|