OSSP CVS Repository

ossp - Difference in ossp-pkg/l2/l2_ch_prefix.c versions 1.24 and 1.25
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/l2/l2_ch_prefix.c 1.24 -> 1.25

--- l2_ch_prefix.c       2003/09/10 13:02:17     1.24
+++ l2_ch_prefix.c       2003/09/15 08:12:28     1.25
@@ -172,7 +172,7 @@
             return L2_ERR_ARG;
         if ((n = strftime(buf2, sizeof(buf2), buf1, tm)) == 0)
             return L2_ERR_SYS;
-        n += l2_ut_sprintf(buf2+n, sizeof(buf2)-n, "%s", buf);
+        n += l2_util_sprintf(buf2+n, sizeof(buf2)-n, "%s", buf);
         downstream = NULL;
         while ((rv = l2_channel_downstream(ch, &downstream)) == L2_OK)
             if ((rv = l2_channel_write(downstream, level, buf2, n)) != L2_OK)

CVSTrac 2.0.1