aboutsummaryrefslogtreecommitdiffhomepage
path: root/fishd.c
diff options
context:
space:
mode:
Diffstat (limited to 'fishd.c')
-rw-r--r--fishd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fishd.c b/fishd.c
index 0437c09e..cb018d7e 100644
--- a/fishd.c
+++ b/fishd.c
@@ -521,7 +521,7 @@ static void load_or_save( int save)
if( save )
{
- write( c.fd, SAVE_MSG, strlen(SAVE_MSG) );
+ write_loop( c.fd, SAVE_MSG, strlen(SAVE_MSG) );
enqueue_all( &c );
}
else