plug-ins/FractalExplorer plug-ins/Lighting plug-ins/bmp plug-ins/dbbrowser
2005-03-04 Sven Neumann <sven@gimp.org> * plug-ins/FractalExplorer * plug-ins/Lighting * plug-ins/bmp * plug-ins/dbbrowser * plug-ins/faxg3 * plug-ins/fits * plug-ins/flame * plug-ins/gfig * plug-ins/gflare * plug-ins/gfli * plug-ins/gimpressionist * plug-ins/ifscompose * plug-ins/jpeg * plug-ins/maze * plug-ins/pagecurl * plug-ins/print * plug-ins/rcm * plug-ins/script-fu * plug-ins/sel2path * plug-ins/sgi * plug-ins/twain * plug-ins/winicon * plug-ins/xjt: ported to gstdio, removed unnecessary includes, minor fixes to filename handling here and there.
This commit is contained in:
committed by
Sven Neumann
parent
a303b44c62
commit
f48efa965c
@ -18,8 +18,9 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
#if HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
@ -119,7 +120,7 @@ read_command (GString *command)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static void
|
||||
static void
|
||||
script_fu_text_console_interface (void)
|
||||
{
|
||||
GString *command = g_string_new (NULL);
|
||||
|
||||
Reference in New Issue
Block a user