Check-in Number:
|
2598 | |
Date: |
2002-Oct-16 16:20:48 (local)
2002-Oct-16 14:20:48 (UTC) |
User: | ms |
Branch: | |
Comment: |
I assume this is a copy and paste error, but is not syntactically wrong in any
case. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/sio/al_test.c 1.6 -> 1.7
--- al_test.c 2002/10/16 12:37:08 1.6
+++ al_test.c 2002/10/16 14:20:48 1.7
@@ -145,7 +145,7 @@
for (i=0; i<500; ++i)
al_append_bytes(al, S("Huhu world\n"));
- al_append_bytes(al, S("Hello world\n"));
+ al_append_bytes(al2, S("Hello world\n"));
al_append_bytes(al3, S("HUHU WORLD\n"));
|
|