Check-in Number:
|
3611 | |
Date: |
2003-Sep-15 10:12:28 (local)
2003-Sep-15 08:12:28 (UTC) |
User: | thl |
Branch: | |
Comment: |
fix function name |
Tickets: |
|
Inspections: |
|
Files: |
|
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)
|
|