os2 loading bug

This commit is contained in:
Asbjørn Pettersen 2001-01-04 17:06:50 +00:00
parent 27f9cd9499
commit b9df4a7737
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ load_image (gchar *filename,
}
else /* parent process */
#else /* __EMX__ */
if (spawn_bz (filename, tmpname, "-cfd", &pid) == -1)
if (spawn_bz (tmpname, filename,"-cfd", &pid) == -1)
{
g_free (tmpname);
*status = GIMP_PDB_EXECUTION_ERROR;