diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-25 09:58:11 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-04-25 09:58:11 +0200 |
commit | a8747a3dc4bf635cd5e388b899c6b82069490bf2 (patch) | |
tree | 12bdd192fb2b3aed9b8623520626d2b78f12cc71 /src/dabplus-enc-file-zmq.c | |
parent | ca5406108cb086f57222400a08fde34686ce1b3f (diff) | |
download | ODR-AudioEnc-a8747a3dc4bf635cd5e388b899c6b82069490bf2.tar.gz ODR-AudioEnc-a8747a3dc4bf635cd5e388b899c6b82069490bf2.tar.bz2 ODR-AudioEnc-a8747a3dc4bf635cd5e388b899c6b82069490bf2.zip |
remove s from getopt
Diffstat (limited to 'src/dabplus-enc-file-zmq.c')
-rw-r--r-- | src/dabplus-enc-file-zmq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dabplus-enc-file-zmq.c b/src/dabplus-enc-file-zmq.c index 35aaafe..106e110 100644 --- a/src/dabplus-enc-file-zmq.c +++ b/src/dabplus-enc-file-zmq.c @@ -150,7 +150,7 @@ int main(int argc, char *argv[]) { int index; while(ch != -1) { - ch = getopt_long(argc, argv, "tlhab:c:i:k:o:r:f:p:P:s", longopts, &index); + ch = getopt_long(argc, argv, "tlhab:c:i:k:o:r:f:p:P:", longopts, &index); switch (ch) { case 'f': if(strcmp(optarg, "raw")==0) { |