diff --git a/appl/popper/pop_updt.c b/appl/popper/pop_updt.c index 526948867..b2decd887 100644 --- a/appl/popper/pop_updt.c +++ b/appl/popper/pop_updt.c @@ -86,6 +86,7 @@ pop_updt (POP *p) } rewind(md); + lseek(mfd,0,SEEK_SET); ftruncate(mfd,0) ; /* Synch stdio and the kernel for the POP drop */