https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89788

--- Comment #1 from Hongtao.liu <crazylht at gmail dot com> ---
Yes, It seems to be a Typo.

The bellowing code also use path.

 202   if (closedir (dir) < 0)
 203     COIERROR ("Cannot close directory %s.", path);
 204   if (rmdir (path) < 0)
 205     COIERROR ("Cannot remove directory %s.", path);
 206 
 207   return COI_SUCCESS;

Reply via email to