]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Bug 483: fix naming of V.17 7200 bps in Class 1 receiving
authorLee Howard <faxguy@howardsilvan.com>
Tue, 16 Dec 2003 05:27:48 +0000 (05:27 +0000)
committerLee Howard <faxguy@howardsilvan.com>
Tue, 16 Dec 2003 05:27:48 +0000 (05:27 +0000)
util/Class2Params.c++

index cedfe1eb37fcdaa7c7f3f5a9bbc455bc548649f4..0b537b4a99d4439a9292cd18cc44ba2448f3401e 100644 (file)
@@ -282,9 +282,9 @@ u_int Class2Params::DCSbrTab[16] = {
     BR_9600,                   // 0x8/9600 V29
     BR_9600,                   // 0x9/9600 V17
     BR_9600,                   // 0xA/9600 V33
-    BR_7200,                   // 0xB/7200 V17
+    0,                         // 0xB/undefined
     BR_7200,                   // 0xC/7200 V29
-    0,                         // 0xD/undefined 
+    BR_7200,                   // 0xD/7200 V17
     BR_7200,                   // 0xE/7200 V33
     0,                         // 0xF/undefined 
 };