summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-25 09:58:11 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-25 09:58:11 +0200
commita8747a3dc4bf635cd5e388b899c6b82069490bf2 (patch)
tree12bdd192fb2b3aed9b8623520626d2b78f12cc71 /src
parentca5406108cb086f57222400a08fde34686ce1b3f (diff)
downloadODR-AudioEnc-a8747a3dc4bf635cd5e388b899c6b82069490bf2.tar.gz
ODR-AudioEnc-a8747a3dc4bf635cd5e388b899c6b82069490bf2.tar.bz2
ODR-AudioEnc-a8747a3dc4bf635cd5e388b899c6b82069490bf2.zip
remove s from getopt
Diffstat (limited to 'src')
-rw-r--r--src/dabplus-enc-file-zmq.c2
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) {