summaryrefslogtreecommitdiff
path: root/editors/led/files/patch-src::file.c
blob: e0df894f46bae53a6d1580c951dcde5f83faaf06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
$FreeBSD$

--- src/file.c.orig	Sun Jun 10 06:44:19 2001
+++ src/file.c	Tue Apr 30 02:15:40 2002
@@ -148,4 +148,6 @@
 
 		curr = curr->next;
 	}
+	fflush(fp);
+	fsync(fileno(fp));
 }