0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-03 14:18:53 +02:00

class.c fixed possibly

This commit is contained in:
Valery Yatsko 2008-04-02 15:33:29 +04:00
parent bdbe991f53
commit 4964011f8a

View file

@ -49,7 +49,7 @@ make_class(void)
{
struct Class *tmp;
tmp = (struct Class *) rb_malloc(sizeof(struct Class));
tmp = rb_malloc(sizeof(struct Class));
ConFreq(tmp) = DEFAULT_CONNECTFREQUENCY;
PingFreq(tmp) = DEFAULT_PINGFREQUENCY;