> This is the code in question, But I fail to see the error in it? without the numbering of lines it is tough, but i'm betting that this line is the problem: > if (strcmp(spells[spell_sort_info[a]], spells[spell_sort_info[b]]) > 0) you'll have to look at that frame in gdb (instructions in the faq), and take a look at the data in that line. what is 'a' and 'b'? what is 'spell_sort_info[a]' and 'spell_sort_info[b]'? what is 'spells[spell_sort_info[a]]', and 'b'? when you find those things out, that's when the problem will be staring you in the face. -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/26/03 PDT