- if (strcmp (m_mailpath (folder), pwd ()) == 0)
- adios (NULL, "sorry, you can't remove the current working directory");
+ fp = m_mailpath(folder);
+ if (!strcmp(fp, pwd()))
+ die("sorry, you can't remove the current working directory");
+ free(fp);