> if (vzone_num > 326) { > *error = "326 is the highest zone allowed.\r\n"; > return NOWHERE; > } This is because of the limit on the size of integers. You see, an integer can only hold up to 32600 (or so). You'll need to increase the size of the pointer to zones first. Ae. -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/24/03 PDT