Commit c4c288cb authored by Cedric Roux's avatar Cedric Roux

minor bugfix

parent 3310c2a9
...@@ -169,7 +169,7 @@ logger *new_iqlog(event_handler *h, void *database, ...@@ -169,7 +169,7 @@ logger *new_iqlog(event_handler *h, void *database,
} }
if (strcmp(f.type[ret->N_RB_UL_arg], "int") != 0) { if (strcmp(f.type[ret->N_RB_UL_arg], "int") != 0) {
printf("%s:%d: argument '%s' has wrong type (should be 'int')\n", printf("%s:%d: argument '%s' has wrong type (should be 'int')\n",
__FILE__, __LINE__, nb_rb); __FILE__, __LINE__, N_RB_UL);
abort(); abort();
} }
if (strcmp(f.type[ret->symbols_per_tti_arg], "int") != 0) { if (strcmp(f.type[ret->symbols_per_tti_arg], "int") != 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment