Commit 37c90941 authored by marko's avatar marko

branches/zip: HASH_INSERT: Add a type conversion that is needed to keep

the Microsoft Visual C compiler happy.  This fix was from Calvin.
parent 6a89d1d3
......@@ -90,7 +90,7 @@ do {\
if (cell3333->node == NULL) {\
cell3333->node = DATA;\
} else {\
struct3333 = cell3333->node;\
struct3333 = (TYPE*) cell3333->node;\
\
while (struct3333->NAME != NULL) {\
\
......
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