Applied Raphael Quinet's patch that changes the wire_read error message to
something slightly more useful. --Sven
This commit is contained in:
@ -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>
|
Sun Mar 15 01:12:06 PST 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
* made 0.99.21 release
|
* made 0.99.21 release
|
||||||
|
@ -124,7 +124,7 @@ wire_read (int fd,
|
|||||||
|
|
||||||
if (bytes == 0)
|
if (bytes == 0)
|
||||||
{
|
{
|
||||||
g_print ("wire_read: unexpected EOF\n");
|
g_print ("wire_read: unexpected EOF (plug-in crashed?)\n");
|
||||||
wire_error_val = TRUE;
|
wire_error_val = TRUE;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
@ -124,7 +124,7 @@ wire_read (int fd,
|
|||||||
|
|
||||||
if (bytes == 0)
|
if (bytes == 0)
|
||||||
{
|
{
|
||||||
g_print ("wire_read: unexpected EOF\n");
|
g_print ("wire_read: unexpected EOF (plug-in crashed?)\n");
|
||||||
wire_error_val = TRUE;
|
wire_error_val = TRUE;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user