]> arthur.barton.de Git - netatalk.git/blobdiff - contrib/printing/timeout.c
- merge branch-netatalk-afp-3x-dev, HEAD was tagged before
[netatalk.git] / contrib / printing / timeout.c
index 10ff466852d7092ca22c04f9acb7c56a440a73f9..e1776e224ae1cc04d50ec94fe6b286b8b2255160 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: timeout.c,v 1.4 2001-07-31 19:49:37 srittau Exp $
+ * $Id: timeout.c,v 1.5 2005-04-28 20:49:36 bfernhomberg Exp $
  */
 
 #ifdef HAVE_CONFIG_H
@@ -163,7 +163,8 @@ main (argc, argv)
 
        av = argv;
 
-       while ((i = getopt (argc, argv, "s:")) != -1) {
+       while ((i = getopt (argc, argv, "+s:")) != -1) {
+
                switch (i) {
                case 's':
                        if (isdigit (*optarg)) {