]> granicus.if.org Git - php/commitdiff
changed default stop bits
authorAlan Knowles <alan_k@php.net>
Thu, 15 Aug 2002 09:37:26 +0000 (09:37 +0000)
committerAlan Knowles <alan_k@php.net>
Thu, 15 Aug 2002 09:37:26 +0000 (09:37 +0000)
ext/dio/dio.c

index bf6acc4fccbb1062efb66feb014f5cf95538d521..79fc747b6a82b2ccdffa611e84629ccd60135847 100644 (file)
@@ -456,7 +456,7 @@ PHP_FUNCTION(dio_tcsetattr)
         }
         
         if (zend_hash_find(fh, "stop", sizeof("stop"), (void **) &element) == FAILURE) {
-                Stop_Bits    = 8;
+                Stop_Bits    = 0;
         }
         else {
                 Stop_Bits  = Z_LVAL_PP(element);