*** apps/app_hasnewvoicemail.c.old Thu Dec 22 15:57:32 2005 --- apps/app_hasnewvoicemail.c Thu Dec 22 15:57:47 2005 *************** *** 90,96 **** while ((vment = readdir(vmdir))) { if (!strncmp(vment->d_name + 7, ".txt", 4)) { count++; - break; } } closedir(vmdir); --- 90,95 ----