Hahaha. Ooops.

SVN revision: 2376
This commit is contained in:
Tom Gilbert 2000-03-29 20:44:05 +00:00
parent 23ff680c28
commit 6646e38833
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ gint write_menu (GNode * node, gchar * file)
else
realfile = duplicate (file);
if ((fp = fopen (file, "w")) == NULL)
if ((fp = fopen (realfile, "w")) == NULL)
{
printf ("failed to create file %s\n", file);
return 1;