[Tinymux] TinyMUX 2.4.2.27 merge()

Stephen Dennis brazilofmux at gmail.com
Tue Feb 14 14:46:02 EST 2006


Good catch. That was a typo introduced between 2.4.2.26 and 2.4.2.27.
Here is a fix, or you can wait for 2.4.2.28.

--- functions.cpp       27 Jan 2006 23:43:27 -0000      1.166
+++ functions.cpp       14 Feb 2006 19:48:08 -0000
@@ -4980,7 +4980,7 @@
     // Do length checks first.
     //
     size_t n0 = strlen(fargs[0]);
-    size_t n1 = strlen(fargs[2]);
+    size_t n1 = strlen(fargs[1]);
     if (n0 != n1)
     {
         safe_str("#-1 STRING LENGTHS MUST BE EQUAL", buff, bufc);

Brazil


More information about the Tinymux mailing list