on actions received by the kernel (CORRECTION)

From: gorka@gia.usb.ve
Date: Tue 03 Feb 2004 - 04:00:06 GMT


In the C++ code I just submitted, I found a bug: an extra ')':

There was:

        fprintf(stderr, "%3ld:%ld: header %ld: %s\n", (long)m_time,
                (long)agent->asObject()->id()), (long)header,
                input.getString().c_str());

There should be:

        fprintf(stderr, "%3ld:%ld: header %ld: %s\n", (long)m_time,
                (long)agent->asObject()->id(), (long)header,
                input.getString().c_str());

---
Gorka G. Llona
AI Group
Universidad Simon Bolivar, Venezuela
http://www.gia.usb.ve



This archive was generated by hypermail 2.1.3 : Tue 03 Feb 2004 - 04:07:24 GMT