Commit 092ec56c authored by Sergey Petrunya's avatar Sergey Petrunya

Fix typo bug

parent add730d3
...@@ -317,7 +317,7 @@ class base_list :public Sql_alloc ...@@ -317,7 +317,7 @@ class base_list :public Sql_alloc
inline void *nth_element(int n) inline void *nth_element(int n)
{ {
list_node *node= first; list_node *node= first;
void *data; void *data= NULL;
for (int i=0; i <= n; i++) for (int i=0; i <= n; i++)
{ {
if (node == &end_of_list) if (node == &end_of_list)
......
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