index
:
sijanec/števec
master
branje števca elektrike in obdelava podatkov porabe
Anton Luka Šijanec <anton@sijanec.eu>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
srv/d.c
1
1 files changed, 1 insertions, 0 deletions
diff --git a/srv/d.c b/srv/d.c
index 3c9e482..377241f 100644
--- a/
srv/d.c
+++ b/
srv/d.c
@@ -151,6 +151,7 @@ int main (int argc, char ** argv) {
r = 18;
goto r;
}
+ fflush(db);
}
r:
if (close(udp) == -1)