mirror of https://github.com/GNOME/gimp.git
Applied Raphael Quinet's patch that changes the wire_read error message to
something slightly more useful. --Sven
This commit is contained in:
parent
b67f0a4af5
commit
2a866db2bf
|
@ -1,3 +1,9 @@
|
|||
Sun Mar 15 13:37:22 MET 1998 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/gimpwire.c: applied Raphael Quinet's patch that
|
||||
changes the wire_read error message to something slightly more
|
||||
useful.
|
||||
|
||||
Sun Mar 15 01:12:06 PST 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* made 0.99.21 release
|
||||
|
|
|
@ -124,7 +124,7 @@ wire_read (int fd,
|
|||
|
||||
if (bytes == 0)
|
||||
{
|
||||
g_print ("wire_read: unexpected EOF\n");
|
||||
g_print ("wire_read: unexpected EOF (plug-in crashed?)\n");
|
||||
wire_error_val = TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
@ -124,7 +124,7 @@ wire_read (int fd,
|
|||
|
||||
if (bytes == 0)
|
||||
{
|
||||
g_print ("wire_read: unexpected EOF\n");
|
||||
g_print ("wire_read: unexpected EOF (plug-in crashed?)\n");
|
||||
wire_error_val = TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue