--- deliantra/server/server/c_range.C 2007/01/15 21:06:20 1.15 +++ deliantra/server/server/c_range.C 2007/02/05 02:07:40 1.16 @@ -104,7 +104,7 @@ * string. given the code above, this is always * the case. */ - qsort (spell_sort, num_found, MAX_BUF, (int (*)(const void *, const void *)) strcmp); + qsort (spell_sort, num_found, MAX_BUF, (int (*)(const void *, const void *)) std::strcmp); strcpy (tmp, "asdfg"); /* Dummy string so initial compare fails */ for (i = 0; i < num_found; i++) {